Exemplo n.º 1
0
        public string ShowDistrictClass(string cDCCode)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowDistrictClass(ClsDES.Decrypt(cDCCode))));
        }
Exemplo n.º 2
0
        public string ShowProject(string cCode)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowProject(ClsDES.Decrypt(cCode))));
        }
Exemplo n.º 3
0
        public string ShowQuality(string cQCode)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowQuality(ClsDES.Decrypt(cQCode))));
        }
Exemplo n.º 4
0
        public string ShowSecurity(string cSCode)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowSecurity(ClsDES.Decrypt(cSCode))));
        }
Exemplo n.º 5
0
        public string ShowEngineering(string cECode)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowEngineering(ClsDES.Decrypt(cECode))));
        }
Exemplo n.º 6
0
        public string ShowDepartment(string cDepCode)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowDepartment(ClsDES.Decrypt(cDepCode))));
        }
Exemplo n.º 7
0
        public string ShowPerson(string PersonCode)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowPerson(ClsDES.Decrypt(PersonCode))));
        }
Exemplo n.º 8
0
        public string ShowInventory(string cInvCode)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowInventory(ClsDES.Decrypt(cInvCode))));
        }
Exemplo n.º 9
0
        public string ShowlookUpDate(string code, string iType)
        {
            ClsShow cls = new ClsShow();

            return(ClsDES.Encrypt(cls.ShowlookUpDate(ClsDES.Decrypt(code), ClsDES.Decrypt(iType))));
        }