Exemple #1
0
 public async Task <List <Usuario> > Listar()
 {
     try
     {
         return(await repository.Listar());
     }
     catch (Exception e)
     {
         throw e;
     }
 }