Ejemplo n.º 1
0
 // DELETE: api/Category/5
 public void Delete(int id)
 {
     cat.deleteCategory(id);
 }