// POST: api/Category public void Post(CategoryJson categoryJson) { categoryLogic.Post(categoryJson); }