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