Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PPPDDDChap23
EventSourcing
Application
Model
PayAsYouGo
AccountCreated
C# Class PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo.AccountCreated
Inheritance:
PPPDDDChap23.EventSourcing.Application.Infrastructure.DomainEvent
Mostrar archivo
Open project: elbandit/PPPDDD
Class Usage Examples
Public Methods
Method
Description
AccountCreated
(
System.Guid
aggregateId
,
Money
credit
) :
System
Method Details
AccountCreated()
public
method
public
AccountCreated
(
System.Guid
aggregateId
,
Money
credit
) :
System
aggregateId
System.Guid
credit
Money
return
System