Exemplo n.º 1
0
 public string UpdateInvIntStatus(string username, string flag, string transid, string upload_id)
 {
     return(Cls_Data_STBInventory_Conformation.UpdateInvIntStatus(username, flag, transid, upload_id));
 }
Exemplo n.º 2
0
        public DataTable STBInvConfDet(string username, string receiptno, string makemodel)
        {
            Cls_Data_STBInventory_Conformation obj = new Cls_Data_STBInventory_Conformation();

            return(obj.STBInvConfDet(username, receiptno, makemodel));
        }
Exemplo n.º 3
0
        public string InsertSTBInvConf(Hashtable ht)
        {
            Cls_Data_STBInventory_Conformation obj = new Cls_Data_STBInventory_Conformation();

            return(obj.InsertSTBInvConf(ht));
        }
Exemplo n.º 4
0
        public DataTable STBInvConfList(string userid)
        {
            Cls_Data_STBInventory_Conformation obj = new Cls_Data_STBInventory_Conformation();

            return(obj.STBInvConfList(userid));
        }