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

Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

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

Method Details

Execute() public méthode

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

TopUpCredit() public méthode

public TopUpCredit ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System
payAsYouGoAccountRepository IPayAsYouGoAccountRepository
unitOfWork IDocumentSession
clock IClock
Résultat System