Exemplo n.º 1
0
        public void ChangeProductInformation(ProductInformation productInformation)
        {
            ProductInformation = productInformation;

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