Ejemplo n.º 1
0
        public DataSet LoadSubMapByIdAndType()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadSubMapBySubscriberIdAndType");
            return(resultSet);
        }
Ejemplo n.º 2
0
        public DataSet LoadByStartDate()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadByStartDate");
            return(resultSet);
        }
Ejemplo n.º 3
0
        public DataSet LoadBySubMenu()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadPosKeyByPanelID");
            return(resultSet);
        }
Ejemplo n.º 4
0
        public DataSet LoadEmployeeTotal()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadEmployeeTotal");
            return(resultSet);
        }
Ejemplo n.º 5
0
        public DataSet LoadTaxGroupByOrganizationId()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadTaxGroupByOrganizationId");
            return(resultSet);
        }
Ejemplo n.º 6
0
        public void LoadDialogByDialogName()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadDialogByDialogName");
            // return resultSet;
        }
Ejemplo n.º 7
0
        public DataSet LoadDialogEvents()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadDialogEventByDialogID");
            return(resultSet);
        }
Ejemplo n.º 8
0
        public DataSet LoadAllByFilterType()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadAllByFilterType");
            return(resultSet);
        }
Ejemplo n.º 9
0
        public DataSet UpdateCurrentDebt()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "UpdateCurrentDebt");
            return(resultSet);
        }
Ejemplo n.º 10
0
        public DataSet LoadAllEmployees()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadAllEmployees");
            return(this.resultSet);
        }
Ejemplo n.º 11
0
        public DataSet LoadByDesc()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadItemByDesc");
            return(resultSet);
        }
Ejemplo n.º 12
0
        //public void Add()
        //{
        //	SqlRelator sr = new SqlRelator();
        //	sr.Relate(this, "AddRun");
        //
        //}

        public DataSet LoadByMap()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadPromotionMapByMap");
            return(resultSet);
        }
Ejemplo n.º 13
0
        public DataSet LoadDialog()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadDialog");
            return(resultSet);
        }
Ejemplo n.º 14
0
        public DataSet LoadAllMedia()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadMediaByOrganizationNo");
            return(resultSet);
        }
Ejemplo n.º 15
0
        public DataSet GetSubMenus()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadSubMenus");
            return(resultSet);
        }
Ejemplo n.º 16
0
        /*public void Add()
         * {
         *      SqlRelator sr = new SqlRelator();
         *      sr.Relate(this, "AddRun");
         * }
         */


        public DataSet GetMenuPanels()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadMenuPanels");
            return(resultSet);
        }
Ejemplo n.º 17
0
		public void Save()
		{
			
			SqlRelator sr = new SqlRelator();
			sr.Relate(this, "SaveOrganizationByOrganizationId");
					
		}
Ejemplo n.º 18
0
        public DataSet Load()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadByRoleId");
            return(resultSet);
        }
Ejemplo n.º 19
0
        public DataSet GetMenus()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadMenusByConfigNo");
            return(resultSet);
        }
Ejemplo n.º 20
0
        public DataSet LoadByConfigNo()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadAllByConfigNo");
            return(resultSet);
        }
Ejemplo n.º 21
0
        public DataSet LoadAllSKUs()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadAllItems");
            return(resultSet);
        }
Ejemplo n.º 22
0
        public DataSet LoadByTransid()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadTransTenderByTransno");
            return(resultSet);
        }
Ejemplo n.º 23
0
        public DataSet LoadTotalByTotalid()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadTotalByTotalId");
            return(resultSet);
        }
Ejemplo n.º 24
0
        public DataSet LoadBySearchKey()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadCustomerBySearchKey");
            return(resultSet);
        }
Ejemplo n.º 25
0
        public DataSet LoadTable()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "Load");
            return(resultSet);
        }
Ejemplo n.º 26
0
        public DataSet LoadSubscriberByOrganizationId()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadByOrganizationId");
            return(resultSet);
        }
Ejemplo n.º 27
0
        public DataSet SubsriberMap()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadSySubscriber");
            return(resultSet);
        }
Ejemplo n.º 28
0
        public DataSet LoadByTransNo()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadByTransNo");
            return(resultSet);
        }
Ejemplo n.º 29
0
        public DataSet LoadDialogEvents(Dialog dialog)
        {
            this.DialogID = dialog.DialogID;
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadDialogEventByDialogID");
            return(resultSet);
        }
Ejemplo n.º 30
0
        public DataSet LoadByItemGroup(string itemGroupId)
        {
            this.Item_group = itemGroupId;
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadItemsByItemGroup");
            return(resultSet);
        }