Exemple #1
0
 public List <RoomModel> GetAllRoomNotUsed(string code)
 {
     return(dal.GetAllRoomNotUsed(code));
 }