Example #1
0
 public static bool AddStocks(int productId, int quantity, string propertyValue)
 {
     return(dal.AddStocks(productId, quantity, propertyValue));
 }