示例#1
0
 public ModeloCliente CarregaModeloCliente(int codigo)
 {
     DALCliente DALobj = new DALCliente(conexao);
     return DALobj.CarregaModeloCliente(codigo);
 }
示例#2
0
        public ModeloCliente CarregaModeloCliente(string cpfcnpj)
        {

            DALCliente DALObj = new DALCliente(conexao);
            return DALObj.CarregaModeloCliente(cpfcnpj);
        }