AdventureWorks.WebServices.Controllers.CategoryController.CategoryController C# (CSharp) Method

CategoryController() public method

public CategoryController ( ) : System.Collections.Generic
return System.Collections.Generic
        public CategoryController()
            : this(new CategoryRepository(), new ProductRepository())
        { }

Same methods

CategoryController::CategoryController ( IRepository categoryRepository, IProductRepository productRepository ) : System.Collections.Generic