예제 #1
0
 /// <summary>
 /// Update a RalationProductMould.
 /// </summary>
 public void Update(Model.RalationProductMould ralationProductMould)
 {
     //
     // todo: add other logic here.
     //
     accessor.Update(ralationProductMould);
 }
예제 #2
0
 /// <summary>
 /// Insert a RalationProductMould.
 /// </summary>
 public void Insert(Model.RalationProductMould ralationProductMould)
 {
     //
     // todo:add other logic here
     //
     accessor.Insert(ralationProductMould);
 }
 public void Update(Model.RalationProductMould e)
 {
     this.Update <Model.RalationProductMould>(e);
 }
 public void Insert(Model.RalationProductMould e)
 {
     this.Insert <Model.RalationProductMould>(e);
 }