Ejemplo n.º 1
0
 public async Task <Rooms> AddRoomsAsync([FromBody] Rooms rooms)
 {
     return(await _roomsService.AddRoomsAysnc(rooms));
 }