Beispiel #1
0
 public void DeleteProduct(int Id)
 {
     DataBase.DeleteProduct(Id);
 }