コード例 #1
0
 public void Update(Category model)
 {
     af.Update(model);
 }
コード例 #2
0
 public void Update(Course model)
 {
     af.Update(model);
 }
コード例 #3
0
 public void Update(CourseStart model)
 {
     af.Update(model);
 }
コード例 #4
0
 public void Update(PageBlock model)
 {
     af.Update(model);
 }
コード例 #5
0
 public void Update(Instructor model)
 {
     af.Update(model);
 }