Exemple #1
0
 public bool Add(Common.Model.MouldingMoldLife model)
 {
     return(dal.Add(model));
 }
Exemple #2
0
 public bool Update(Common.Model.MouldingMoldLife model)
 {
     return(dal.Update(model));
 }