public static void Update(TMSTransportStaff tMSTransportStaff, DbTransaction transaction) { tMSTransportStaff.Update(transaction); }
public static void Update(TMSTransportStaff tMSTransportStaff) { tMSTransportStaff.Update(); }