コード例 #1
0
ファイル: Sent.cs プロジェクト: Arshir/PCC
 public static void Update(Sent sent, DbTransaction transaction)
 {
     sent.Update(transaction);
 }
コード例 #2
0
ファイル: Sent.cs プロジェクト: Arshir/PCC
 public static void Update(Sent sent)
 {
     sent.Update();
 }