예제 #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();
 }