Ejemplo n.º 1
0
 public ModeloCliente CarregaCliente(string cpfCnpj)
 {
     return(DALObj.CarregaClientePorCpfCnpj(cpfCnpj));
 }