예제 #1
0
 public void DeleteProduct(int?id)
 {
     _connectDB.DeleteProduct(id);
 }