Method | Description | |
---|---|---|
Execute ( System.Guid id, string phoneNumber, System.DateTime callStart, int callLengthInMinutes ) : void | ||
RecordPhonecall ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System |
public Execute ( System.Guid id, string phoneNumber, System.DateTime callStart, int callLengthInMinutes ) : void | ||
id | System.Guid | |
phoneNumber | string | |
callStart | System.DateTime | |
callLengthInMinutes | int | |
return | void |
public RecordPhonecall ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System | ||
payAsYouGoAccountRepository | IPayAsYouGoAccountRepository | |
unitOfWork | IDocumentSession | |
clock | IClock | |
return | System |