Example #1
0
 public List<RoomType> GetList()
 {
     return _roomtypeRepository.GetList();
 }