Esempio n. 1
0
 public void DeleteProductByID(int id)
 {
     dataAccess.DeleteProductByID(id);
 }