Example #1
0
 public List <RoomModel> GetAllRoom()
 {
     return(dal.GetAllRoom());
 }