Exemplo n.º 1
0
        public bool bClosedLookUpDate(string cECode, string iType)
        {
            ClsLookUpDate cls = new ClsLookUpDate();

            return(cls.bClosed(ClsDES.Decrypt(cECode)));
        }
Exemplo n.º 2
0
        public string saveLookUpDate(string sdt, string iType)
        {
            ClsLookUpDate cls = new ClsLookUpDate();

            return(ClsDES.Encrypt(cls.save(Cls序列化.DeserializeDataTable(ClsDES.Decrypt(sdt)), ClsDES.Decrypt(iType))));
        }
Exemplo n.º 3
0
        public string delLookUpDate(string iID, string iType)
        {
            ClsLookUpDate cls = new ClsLookUpDate();

            return(ClsDES.Encrypt(cls.del(ClsDES.Decrypt(iID), ClsDES.Decrypt(iType))));
        }
Exemplo n.º 4
0
        public string dtLookUpDate(string iType)
        {
            ClsLookUpDate cls = new ClsLookUpDate();

            return(ClsDES.Encrypt(cls.dt(ClsDES.Decrypt(iType))));
        }