BgEngine.Controllers.CategoryController.CategoryController C# (CSharp) Method

CategoryController() public method

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