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