コード例 #1
0
 /// <summary>
 /// Update a ProduceMaterialdetails.
 /// </summary>
 public void Update(Model.ProduceMaterialdetails produceMaterialdetails)
 {
     //
     // todo: add other logic here.
     //
     accessor.Update(produceMaterialdetails);
 }
コード例 #2
0
 /// <summary>
 /// Insert a ProduceMaterialdetails.
 /// </summary>
 public void Insert(Model.ProduceMaterialdetails produceMaterialdetails)
 {
     //
     // todo:add other logic here
     //
     accessor.Insert(produceMaterialdetails);
 }
コード例 #3
0
 public void Update(Model.ProduceMaterialdetails e)
 {
     this.Update <Model.ProduceMaterialdetails>(e);
 }
コード例 #4
0
 public void Insert(Model.ProduceMaterialdetails e)
 {
     this.Insert <Model.ProduceMaterialdetails>(e);
 }