C# 클래스 PPPDDDChap23.EventSourcing.Application.Application.BusinessUseCases.RecordPhonecall

파일 보기 프로젝트 열기: elbandit/PPPDDD

공개 메소드들

메소드 설명
Execute ( System.Guid id, string phoneNumber, System.DateTime callStart, int callLengthInMinutes ) : void
RecordPhonecall ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( System.Guid id, string phoneNumber, System.DateTime callStart, int callLengthInMinutes ) : void
id System.Guid
phoneNumber string
callStart System.DateTime
callLengthInMinutes int
리턴 void

RecordPhonecall() 공개 메소드

public RecordPhonecall ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System
payAsYouGoAccountRepository IPayAsYouGoAccountRepository
unitOfWork IDocumentSession
clock IClock
리턴 System