public bool Update(Chain.Model.SubMem model) { return(this.dal.Update(model)); }
public int Add(Chain.Model.SubMem model) { return(this.dal.Add(model)); }