Ejemplo n.º 1
0
 public async Task <Rooms> GetRoomsByIdAsync(int Id)
 {
     return(await _roomsService.GetRoomsByIdAysnc(Id));
 }