コード例 #1
0
ファイル: InboundPendingBs.cs プロジェクト: tatthepm/SCGLKPI
 //Update
 public void Update(InboundPending inboundPending)
 {
     objDb.Update(inboundPending);
 }
コード例 #2
0
ファイル: InboundPendingBs.cs プロジェクト: tatthepm/SCGLKPI
 //Insert
 public void Insert(InboundPending inboundPending)
 {
     objDb.Insert(inboundPending);
 }