Пример #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();
 }