Beispiel #1
0
 public int Delete(int id)
 {
     return(objProduct.DeleteProduct(id));
 }