Beispiel #1
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public bool Update(WeiXinPF.Model.wx_sjb_richeng model)
 {
     return(dal.Update(model));
 }
Beispiel #2
0
 /// <summary>
 /// 增加一条数据
 /// </summary>
 public int  Add(WeiXinPF.Model.wx_sjb_richeng model)
 {
     return(dal.Add(model));
 }