示例#1
0
 public ModeloCliente CarregaCliente(string cpfCnpj)
 {
     return(DALObj.CarregaClientePorCpfCnpj(cpfCnpj));
 }