Exemplo n.º 1
0
 public static void Update(TMSExamType tMSExamType, DbTransaction transaction)
 {
     tMSExamType.Update(transaction);
 }
 public static void Update(TMSExamType tMSExamType, DbTransaction transaction)
 {
     tMSExamType.Update(transaction);
 }
Exemplo n.º 3
0
 public static void Update(TMSExamType tMSExamType)
 {
     tMSExamType.Update();
 }
 public static void Update(TMSExamType tMSExamType)
 {
     tMSExamType.Update();
 }