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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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