AdventureWorks.WebServices.Controllers.CategoryController.CategoryController C# (CSharp) Méthode

CategoryController() public méthode

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

Same methods

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