Exemplo n.º 1
0
 public void DeleteProductPriceMapping(int productPriceMappingId)
 {
     using (ProductDAL productDal = new ProductDAL())
     {
         productDal.DeleteProductPriceMapping(productPriceMappingId);
     }
 }