예제 #1
0
 public static void Update(TMSTitleType tMSTitleType, DbTransaction transaction)
 {
     tMSTitleType.Update(transaction);
 }
 public static void Update(TMSTitleType tMSTitleType, DbTransaction transaction)
 {
     tMSTitleType.Update(transaction);
 }
예제 #3
0
 public static void Update(TMSTitleType tMSTitleType)
 {
     tMSTitleType.Update();
 }
 public static void Update(TMSTitleType tMSTitleType)
 {
     tMSTitleType.Update();
 }