Example #1
0
 public async Task <IActionResult> Get()
 {
     return(Ok(await _roomTypeService.Get()));
 }
Example #2
0
 public RoomType Get(long id)
 {
     return(_roomTypeService.Get(id));
 }