Пример #1
0
 public async Task <IEnumerable <Patrimonio> > Index()
 {
     return(await _patrimonioRepository.ObterTodos());
 }