Пример #1
0
 public async Task <IEnumerable <Banco> > ListAsync()
 {
     return(await _bancoRepository.ListAsync());
 }