Esempio n. 1
0
 public void UpdateGlobalPlan(AcademicsServicesDIPP.GraduateProgram entity)
 {
     base.Channel.UpdateGlobalPlan(entity);
 }
Esempio n. 2
0
 public void InsertProgram(AcademicsServicesDIPP.GraduateProgram entity)
 {
     base.Channel.InsertProgram(entity);
 }