Exemplo n.º 1
0
 // DELETE: api/Product/5
 public void Delete(int id)
 {
     productLogic.DeleteProd(id);
 }