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