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

Mostra file Open project: elbandit/PPPDDD

Public Methods

Method Description
Execute ( System.Guid id, decimal amount ) : void
TopUpCredit ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System

Method Details

Execute() public method

public Execute ( System.Guid id, decimal amount ) : void
id System.Guid
amount decimal
return void

TopUpCredit() public method

public TopUpCredit ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System
payAsYouGoAccountRepository IPayAsYouGoAccountRepository
unitOfWork IDocumentSession
clock IClock
return System