Example #1
0
        public void UpdatePromotionAmount()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "UpdateTransPromotionAmount");
        }
Example #2
0
        public void Load()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "Select");
        }
Example #3
0
        public void UpdateState()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "UpdateTransPromotionState");
        }
Example #4
0
        public void Save()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "Save");
        }
Example #5
0
        public void Load()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadBySubscriberName");
        }
Example #6
0
        public void UpdateState()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "UpdateTransTenderState");
        }
Example #7
0
        public void LoadByEmployeeNo()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "SelectByEmployeeNo");
        }
Example #8
0
        public void LoadByKeyId()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadSurchargeBySurchargeKey");
        }
Example #9
0
        public void LoadBySurchargeCode()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadSurchargeBySurchargeCode");
        }
Example #10
0
        public void Load()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadTransByTrans");
        }
Example #11
0
        public void UpdateCustomer()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "UpdateCustomer");
        }
Example #12
0
        public void UpdateStateAndType()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "UpdateTransStateAndType");
        }
Example #13
0
        public void UpdateAmounts()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "UpdateTransItemAmounts");
        }
Example #14
0
        public void SaveByRetailStoreId()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "Save");
        }
Example #15
0
        public void Load()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadPosTotal");
        }
Example #16
0
        public void Delete()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "Delete");
        }
Example #17
0
        public void LoadByMediaID()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadMeidaByMediaID");
        }
Example #18
0
        public void LoadCurrencyCodeByPosKey()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadCurrencyCodeByPosKey");
        }
Example #19
0
        public void LoadByConfigName()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadPosConfigByConfigName");
        }
Example #20
0
        public void LoadByCurrencyCode()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadByCurrencyCode");
        }
Example #21
0
        public void AddBalance()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "AddBalance");
        }
Example #22
0
        public void LoadByDepartmentId()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "LoadDepartmentByDepartmentId");
        }
Example #23
0
        public void Remove()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "Remove");
        }
Example #24
0
        public void DeleteByDepartmentId()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "DeleteDepartmentByDepartmentId");
        }
Example #25
0
        public void Add()
        {
            SqlRelator sr = new SqlRelator();

            sr.Relate(this, "Add");
        }
Example #26
0
		public DataSet LoadByOrganizationNo()
		{
			SqlRelator sr = new SqlRelator();
			sr.Relate(this, "Load");
			return resultSet;
		}