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

Show file Open project: elbandit/PPPDDD

Public Methods

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

Method Details

CreateAccount() public method

public CreateAccount ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork ) : System
payAsYouGoAccountRepository IPayAsYouGoAccountRepository
unitOfWork IDocumentSession
return System

Execute() public method

public Execute ( System.Guid id ) : void
id System.Guid
return void