示例#1
0
 public ItemsController()
 {
     this.item             = new Item_Service();
     this.category_Service = new Category_Service();
 }
 public ItemsController()
 {
     this.db               = new ApplicationDbContext();
     this.item             = new Item_Service();
     this.category_Service = new Category_Service();
 }
 public apiCategoriesController()
 {
     this.db = new ApplicationDbContext();
     this.category_Service = new Category_Service();
 }
 public CategoryController()
 {
     this._category_Service = new Category_Service();
 }