Ejemplo n.º 1
0
 public Fornecedor LerPorRazaoSocial(string Razao)
 {
     return(fornecedorDAL.LerPorRazaoSocial(Razao));
 }