예제 #1
0
 public async Task <List <Fornecedor> > Get(string val, int empresaId)
 {
     try
     {
         return(await _fornecedorAppService.GetForncedor(val, empresaId));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }