Exemplo n.º 1
0
        public static DataSet GetIncentiveTariff(string QCat, string TableName)
        {
            DBBindComman dbbindComman = new DBBindComman();

            return(dbbindComman.GetIncentiveTariff(QCat, TableName));
        }
Exemplo n.º 2
0
        public static DataSet GetDispSalesman(string Dates, int routeid, int BrandId)
        {
            DBBindComman dbbindComman = new DBBindComman();

            return(dbbindComman.GetDispSalesman(Dates, routeid, BrandId));
        }
Exemplo n.º 3
0
        public static DataSet GetCategory(string Category, string TableName)
        {
            DBBindComman dbbindComman = new DBBindComman();

            return(dbbindComman.GetCategory(Category, TableName));
        }
Exemplo n.º 4
0
        public static DataSet GetAllActiveAndDeactiveCount(string TableName, string States)
        {
            DBBindComman dbbindComman = new DBBindComman();

            return(dbbindComman.GetAllActiveAndDeactiveCount(TableName, States));
        }
Exemplo n.º 5
0
        public static DataSet BindCommanDropDwonDistinct(string ValueID, string TextFiled, string TableName, string States)
        {
            DBBindComman dbbindComman = new DBBindComman();

            return(dbbindComman.BindCommanDropDwonDistinct(ValueID, TextFiled, TableName, States));
        }
Exemplo n.º 6
0
        public static DataSet BindDispatchUserDropDwon(string ShiftDate, int brandid)
        {
            DBBindComman dbbindComman = new DBBindComman();

            return(dbbindComman.BindDispatchUserDropDwon(ShiftDate, brandid));
        }
Exemplo n.º 7
0
        public static DataSet BindBoothUserDropDwon(string ShiftDate, int boothid)
        {
            DBBindComman dbbindComman = new DBBindComman();

            return(dbbindComman.BindBoothUserDropDwon(ShiftDate, boothid));
        }
Exemplo n.º 8
0
        public static DataSet BindTypeDropDwon(string ValueID, string TextFiled, string TableName, string Table2, string Status1, string States)
        {
            DBBindComman dbbindComman = new DBBindComman();

            return(dbbindComman.BindTypeDropDwon(ValueID, TextFiled, TableName, Table2, Status1, States));
        }