PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo.CreditAdded.CreditAdded C# (CSharp) 메소드

CreditAdded() 공개 메소드

public CreditAdded ( System.Guid aggregateId, Money credit ) : System
aggregateId System.Guid
credit Money
리턴 System
        public CreditAdded(Guid aggregateId, Money credit)
            : base(aggregateId)
        {
            Credit = credit;
        }
CreditAdded