Пример #1
0
 public int DeleteLocation(Product product)
 {
     dbproduct = new DBProduct();
     return(dbproduct.DeleteLocation(product));
 }