public static void Update(TMSLogHistory tMSLogHistory, DbTransaction transaction)
 {
     tMSLogHistory.Update(transaction);
 }
示例#2
0
 public static void Update(TMSLogHistory tMSLogHistory, DbTransaction transaction)
 {
     tMSLogHistory.Update(transaction);
 }
 public static void Update(TMSLogHistory tMSLogHistory)
 {
     tMSLogHistory.Update();
 }
示例#4
0
 public static void Update(TMSLogHistory tMSLogHistory)
 {
     tMSLogHistory.Update();
 }