Пример #1
0
 public async Task <ActionResult <List <Produto> > > BuscaPorProcessador(string processador)
 {
     try
     {
         return(await repositorio.BuscaPorProcessador(processador));
     }
     catch (Exception)
     {
         throw;
     }
 }