Exemplo n.º 1
0
 public ValuesController(IUnitOfWork uow, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _categoriesContent = categoriesContent;
 }
 public CategoriesContentController(IUnitOfWork ouw, ICategoriesContent categoriesContent)
 {
     _ouw = ouw;
     _categoriesContent = categoriesContent;
 }
Exemplo n.º 3
0
 public HomeController(IUnitOfWork uow, IBlog blog, ICategoriesContent categoriesContent)
 {
     _uow  = uow;
     _blog = blog;
     _categoriesContent = categoriesContent;
 }
Exemplo n.º 4
0
 public ValuesController(IUnitOfWork uow, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _categoriesContent = categoriesContent;
 }
 public CategoriesContentController(IUnitOfWork ouw, ICategoriesContent categoriesContent)
 {
     _ouw = ouw;
     _categoriesContent = categoriesContent;
 }
Exemplo n.º 6
0
 public HomeController(IUnitOfWork uow, IBlog blog, ICategoriesContent categoriesContent)
 {
     _uow = uow;
     _blog = blog;
     _categoriesContent = categoriesContent;
 }