コード例 #1
0
 public ValuesController(IUnitOfWork uow, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _categoriesContent = categoriesContent;
 }
コード例 #2
0
 public CategoriesContentController(IUnitOfWork ouw, ICategoriesContent categoriesContent)
 {
     _ouw = ouw;
     _categoriesContent = categoriesContent;
 }
コード例 #3
0
 public HomeController(IUnitOfWork uow, IBlog blog, ICategoriesContent categoriesContent)
 {
     _uow  = uow;
     _blog = blog;
     _categoriesContent = categoriesContent;
 }
コード例 #4
0
 public ValuesController(IUnitOfWork uow, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _categoriesContent = categoriesContent;
 }
コード例 #5
0
 public CategoriesContentController(IUnitOfWork ouw, ICategoriesContent categoriesContent)
 {
     _ouw = ouw;
     _categoriesContent = categoriesContent;
 }
コード例 #6
0
 public HomeController(IUnitOfWork uow, IBlog blog, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _blog = blog;
     _categoriesContent = categoriesContent;
 }