Пример #1
0
        public DataTable getOverVIew(string username, string operatorId, string caterId)
        {
            Cls_Data_Dashboard obOverview = new Cls_Data_Dashboard();

            return(obOverview.getOverviewdata(username, operatorId, caterId));
        }
Пример #2
0
        public DataTable getRetention(string username, string operatorId, string caterId)
        {
            Cls_Data_Dashboard obretention = new Cls_Data_Dashboard();

            return(obretention.getRetentiondata(username, operatorId, caterId));
        }
Пример #3
0
        public DataTable getChart(string username, string operatorId, string caterId)
        {
            Cls_Data_Dashboard obChart = new Cls_Data_Dashboard();

            return(obChart.getchartData(username, operatorId, caterId));
        }
Пример #4
0
        public DataTable getExpiry(string username, string operatorId, string caterId)
        {
            Cls_Data_Dashboard obexp = new Cls_Data_Dashboard();

            return(obexp.getExpiryData(username, operatorId, caterId));
        }
Пример #5
0
        public DataTable GetSubscriber(string operid, string Catid)
        {
            Cls_Data_Dashboard objAsPl = new Cls_Data_Dashboard();

            return(objAsPl.GetSubscriber(operid, Catid));
        }
Пример #6
0
        public string getDistributorDetails(string username, string oper_id)
        {
            Cls_Data_Dashboard objAsPl = new Cls_Data_Dashboard();

            return(objAsPl.getDistData(username, oper_id));
        }