예제 #1
0
파일: SendingQueue.cs 프로젝트: Arshir/PCC
 public static void Update(SendingQueue sendingQueue, DbTransaction transaction)
 {
     sendingQueue.Update(transaction);
 }
예제 #2
0
파일: SendingQueue.cs 프로젝트: Arshir/PCC
 public static void Update(SendingQueue sendingQueue)
 {
     sendingQueue.Update();
 }