Example #1
0
 public async Task <IEnumerable <Sala> > ListAsync()
 {
     return(await _salaRepository.ListAsync());
 }