public static bool Delete(int productId, string tableName) { return(dal.Delete(productId, tableName)); }
public void DeletePrice(Int64 id) { _productPrice.Delete(id, RequestContext.Principal.Identity.Name); }