示例#1
0
        //listar contrato
        public List <eContratoSys> GetSelecionarContratoSys(eContratoSys o, out int total)
        {
            dSqlContratoSys c = new dSqlContratoSys();

            return(c.GetSelecionarContratoSys(o, out total));
        }