Exemple #1
0
        public void ChangeProductInformation(ProductInformation productInformation)
        {
            ProductInformation = productInformation;

            if (!productInformation.VerifyQuantity())
            {
                Status = ProductStatus.BUY.Name;
            }
        }
Exemple #2
0
 public bool VerifyQuantity() => ProductInformation.VerifyQuantity();