Exemple #1
0
 public static int CountRoomWithType(string roomTypeID)
 {
     return(RoomTypeDAO.CountRoomWithTypeID(roomTypeID));
 }