Beispiel #1
0
 public bool CheckRoomTypeUnique(string type)
 {
     return(_roomTypeService.CheckRoomTypeUnique(type));
 }