Пример #1
0
        /*------------- RP on 07.09.2017 -------*/
        public string[] BindschemeDetails(string SchemeID, string userName)
        {
            Cls_Data_NewSTB obj = new Cls_Data_NewSTB();

            return(obj.BindSchemDetails(SchemeID, userName));
        }
Пример #2
0
        /*-------------------------RP---------------*/
        public string[] getschemeDetails(string SchemeID, string username)
        {
            Cls_Data_NewSTB obj = new Cls_Data_NewSTB();

            return(obj.GetSchemDetails(SchemeID, username));
        }
Пример #3
0
        /*--------------------------SP---------------*/
        public string InsertNewSTBSP(string sp, Hashtable ht)
        {
            Cls_Data_NewSTB obj = new Cls_Data_NewSTB();

            return(obj.InsertNewSTBSP(sp, ht));
        }
Пример #4
0
        public string[] getLcodetails(string username, string LcoName, string type, string operid, string catid)
        {
            Cls_Data_NewSTB obj = new Cls_Data_NewSTB();

            return(obj.GetLcoDetails(username, LcoName, type, operid, catid));
        }