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