Exemple #1
0
 //RoomInfoGateway roomInfoGateway = new RoomInfoGateway();
 public List <RoomInformation> GetAllCategory()
 {
     return(roomInfoGateway.GetAllCategory());
 }
 public List <CategoryModel> GetAllCategory()
 {
     return(roomInfoGateway.GetAllCategory());
 }