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