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