コード例 #1
0
 public CategoriesController(IBLCategories bl)
 {
     this.db = bl;
 }
コード例 #2
0
 public CategoriesController()
 {
     this.db = new CategoriesBL();
 }