BgEngine.Controllers.CategoryController.CategoryController C# (CSharp) Méthode

CategoryController() public méthode

ctor
public CategoryController ( IService categoryservices ) : System
categoryservices IService
Résultat System
        public CategoryController(IService<Category> categoryservices)
        {
            this.CategoryServices = categoryservices;
        }