예제 #1
0
 public void UpdateModule(AcademicsServicesDIPP.Module entity)
 {
     base.Channel.UpdateModule(entity);
 }
예제 #2
0
 public void InsertModule(AcademicsServicesDIPP.Module entity)
 {
     base.Channel.InsertModule(entity);
 }