public static void updateStockById(decimal dcmAmountStock, int intId) { DalInventoryRecord.updateStockById(dcmAmountStock, intId); }