Пример #1
0
 public void OnGet()
 {
     if (RoomTypeId > 0)
     {
         RoomType = _db.GetRoomTypeById(RoomTypeId);
     }
 }