Exemple #1
0
        // We will directly call this from the test projects
        public BlogController(UnitOfWork unitOfWork)
            : base(unitOfWork)
        {

        }
Exemple #2
0
        // We will directly call this from the test projects
        public CategoryController(UnitOfWork unitOfWork)
            : base(unitOfWork)
        {

        }