public static void Update(TMSScholasticGradeRange tMSScholasticGradeRange, DbTransaction transaction)
 {
     tMSScholasticGradeRange.Update(transaction);
 }
예제 #2
0
 public static void Update(TMSScholasticGradeRange tMSScholasticGradeRange, DbTransaction transaction)
 {
     tMSScholasticGradeRange.Update(transaction);
 }
 public static void Update(TMSScholasticGradeRange tMSScholasticGradeRange)
 {
     tMSScholasticGradeRange.Update();
 }
예제 #4
0
 public static void Update(TMSScholasticGradeRange tMSScholasticGradeRange)
 {
     tMSScholasticGradeRange.Update();
 }