Beispiel #1
0
 public ValuesController(IUnitOfWork uow, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _categoriesContent = categoriesContent;
 }
 public CategoriesContentController(IUnitOfWork ouw, ICategoriesContent categoriesContent)
 {
     _ouw = ouw;
     _categoriesContent = categoriesContent;
 }
 public HomeController(IUnitOfWork uow, IBlog blog, ICategoriesContent categoriesContent)
 {
     _uow  = uow;
     _blog = blog;
     _categoriesContent = categoriesContent;
 }
 public ValuesController(IUnitOfWork uow, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _categoriesContent = categoriesContent;
 }
 public CategoriesContentController(IUnitOfWork ouw, ICategoriesContent categoriesContent)
 {
     _ouw = ouw;
     _categoriesContent = categoriesContent;
 }
 public HomeController(IUnitOfWork uow, IBlog blog, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _blog = blog;
     _categoriesContent = categoriesContent;
 }