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