예제 #1
0
        public ProductCategoryManegerController()

        {
            context = new ProductCategoryRepositery();
        }
        public ProductManagerController()

        {
            context           = new ProductRepository();
            productCategories = new ProductCategoryRepositery();
        }