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