Ejemplo n.º 1
0
 public Fornecedor ObterFornecedorPorCNPJ(string cnpj)
 {
     return(Context.ObterFornecedorPorCNPJ(cnpj));
 }