Пример #1
0
 public static bool Delete(int productId, string tableName)
 {
     return(dal.Delete(productId, tableName));
 }
Пример #2
0
 public void DeletePrice(Int64 id)
 {
     _productPrice.Delete(id, RequestContext.Principal.Identity.Name);
 }