public void Update(Category model) { af.Update(model); }
public void Update(Course model) { af.Update(model); }
public void Update(CourseStart model) { af.Update(model); }
public void Update(PageBlock model) { af.Update(model); }
public void Update(Instructor model) { af.Update(model); }