Beispiel #1
0
 public void UpdateA20150919_充值送红包配置(E_A20150919_充值送红包配置 entity)
 {
     DB.GetDal <E_A20150919_充值送红包配置>().Update(entity);
 }
Beispiel #2
0
 public void DeleteA20150919_充值送红包配置(E_A20150919_充值送红包配置 entity)
 {
     DB.GetDal <E_A20150919_充值送红包配置>().Delete(entity);
 }
Beispiel #3
0
 public void AddA20150919_充值送红包配置(E_A20150919_充值送红包配置 entity)
 {
     DB.GetDal <E_A20150919_充值送红包配置>().Add(entity);
 }