コード例 #1
0
 public IEnumerable <Fornecedor> BuscarPorCnpj(string cnpj)
 {
     return(_fornecedorService.BuscarPorCnpj(cnpj));
 }