Esempio n. 1
0
File: Sent.cs Progetto: Arshir/PCC
 public static void Update(Sent sent, DbTransaction transaction)
 {
     sent.Update(transaction);
 }
Esempio n. 2
0
File: Sent.cs Progetto: Arshir/PCC
 public static void Update(Sent sent)
 {
     sent.Update();
 }