public void Update(Category model)
 {
     af.Update(model);
 }
Example #2
0
 public void Update(Course model)
 {
     af.Update(model);
 }
 public void Update(CourseStart model)
 {
     af.Update(model);
 }
Example #4
0
 public void Update(PageBlock model)
 {
     af.Update(model);
 }
Example #5
0
 public void Update(Instructor model)
 {
     af.Update(model);
 }