Cashier.Service.MicroServices.Order.Domain.Order.Apply C# (CSharp) Метод

Apply() приватный Метод

private Apply ( OrderPaidFor e ) : void
e Cashier.Common.Events.OrderPaidFor
Результат void
        private void Apply(OrderPaidFor e)
        {
            HasBeenPaid = true;
        }

Same methods

Order::Apply ( OrderPlaced e ) : void