Exemple #1
0
 public async Task <ActionResult <List <Produtos> > > Get()
 {
     try
     {
         return(await repositorio.Get());
     }
     catch (System.Exception)
     {
         throw;
     }
 }