C# Class PPPDDDChap23.EventSourcing.Application.Application.BusinessUseCases.CreateAccount

Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
CreateAccount ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork ) : System
Execute ( System.Guid id ) : void

Method Details

CreateAccount() public méthode

public CreateAccount ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork ) : System
payAsYouGoAccountRepository IPayAsYouGoAccountRepository
unitOfWork IDocumentSession
Résultat System

Execute() public méthode

public Execute ( System.Guid id ) : void
id System.Guid
Résultat void