using System; namespace HDL_ON { [Serializable] public class RoomObjectiveRes { public int RoomOBJId { get; set; } public string DeviceType { get; set; } public string DeviceName { get; set; } public int UserID { get; set; } } }