Exemplo n.º 1
0
 public async Task <IActionResult> Post([FromBody] RoomType roomType)
 {
     return(Ok(await _roomTypeService.Post(roomType)));
 }