public static void Update(TMSLogHistory tMSLogHistory, DbTransaction transaction) { tMSLogHistory.Update(transaction); }
public static void Update(TMSLogHistory tMSLogHistory) { tMSLogHistory.Update(); }