Example #1
0
 public void Create(TrainingPortal.Web.Data.LessonService.LessonDto lesson, string courseId)
 {
     base.Channel.Create(lesson, courseId);
 }
Example #2
0
 public void Update(TrainingPortal.Web.Data.LessonService.LessonDto lesson)
 {
     base.Channel.Update(lesson);
 }