コード例 #1
0
 public UserController()
 {
     this.dbContext = new ICContext();
 }
コード例 #2
0
 public CategoryController()
 {
     this.dbContext = new ICContext();
 }
コード例 #3
0
 public CourseController()
 {
     this.dbContext = new ICContext();
 }