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

Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
Execute ( System.Guid id, string phoneNumber, System.DateTime callStart, int callLengthInMinutes ) : void
RecordPhonecall ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System

Method Details

Execute() public méthode

public Execute ( System.Guid id, string phoneNumber, System.DateTime callStart, int callLengthInMinutes ) : void
id System.Guid
phoneNumber string
callStart System.DateTime
callLengthInMinutes int
Résultat void

RecordPhonecall() public méthode

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