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