コード例 #1
0
ファイル: ProductBLL.cs プロジェクト: philong192001/TT_FPTS
 public void DeleteProduct(int?id)
 {
     _connectDB.DeleteProduct(id);
 }