示例#1
0
 public string Delete(int id)
 {
     return(ProductInformation.DeleteProduct(id));
 }