C# Class PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo.PhoneCallCharged

Inheritance: PPPDDDChap23.EventSourcing.Application.Infrastructure.DomainEvent
Exibir arquivo Open project: elbandit/PPPDDD Class Usage Examples

Public Methods

Method Description
PhoneCallCharged ( System.Guid aggregateId, PhoneCall phoneCall, Money costOfCall, Minutes coveredByAllowance ) : System

Method Details

PhoneCallCharged() public method

public PhoneCallCharged ( System.Guid aggregateId, PhoneCall phoneCall, Money costOfCall, Minutes coveredByAllowance ) : System
aggregateId System.Guid
phoneCall PhoneCall
costOfCall Money
coveredByAllowance Minutes
return System