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