コード例 #1
0
 public bool DeletedSelectedProduct(long selectedProductId)
 {
     return(accessDB.DeleteProduct(selectedProductId));
 }