AdventureWorks.WebServices.Controllers.CategoryController.CategoryController C# (CSharp) Метод

CategoryController() публичный Метод

public CategoryController ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public CategoryController()
            : this(new CategoryRepository(), new ProductRepository())
        { }

Same methods

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