Ejemplo n.º 1
0
 public IEnumerable <Room> GetRoomsByRoomType(string roomType)
 {
     return(_repo.GetRoomsByRoomType(roomType));
 }