示例#1
0
 public bool Update(Chain.Model.SubMem model)
 {
     return(this.dal.Update(model));
 }
示例#2
0
 public int Add(Chain.Model.SubMem model)
 {
     return(this.dal.Add(model));
 }