コード例 #1
0
 public ItemsController()
 {
     this.item             = new Item_Service();
     this.category_Service = new Category_Service();
 }
コード例 #2
0
 public ItemsController()
 {
     this.db               = new ApplicationDbContext();
     this.item             = new Item_Service();
     this.category_Service = new Category_Service();
 }
コード例 #3
0
 public apiCategoriesController()
 {
     this.db = new ApplicationDbContext();
     this.category_Service = new Category_Service();
 }
コード例 #4
0
 public CategoryController()
 {
     this._category_Service = new Category_Service();
 }