public static void Update(TMSApplicationSenderType tMSApplicationSenderType, DbTransaction transaction)
 {
     tMSApplicationSenderType.Update(transaction);
 }
Esempio n. 2
0
 public static void Update(TMSApplicationSenderType tMSApplicationSenderType, DbTransaction transaction)
 {
     tMSApplicationSenderType.Update(transaction);
 }
 public static void Update(TMSApplicationSenderType tMSApplicationSenderType)
 {
     tMSApplicationSenderType.Update();
 }
Esempio n. 4
0
 public static void Update(TMSApplicationSenderType tMSApplicationSenderType)
 {
     tMSApplicationSenderType.Update();
 }