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

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

공개 메소드들

메소드 설명
Execute ( System.Guid id, decimal amount ) : void
TopUpCredit ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork, IClock clock ) : System

메소드 상세

Execute() 공개 메소드

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

TopUpCredit() 공개 메소드

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