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

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

공개 메소드들

메소드 설명
CreateAccount ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork ) : System
Execute ( System.Guid id ) : void

메소드 상세

CreateAccount() 공개 메소드

public CreateAccount ( IPayAsYouGoAccountRepository payAsYouGoAccountRepository, IDocumentSession unitOfWork ) : System
payAsYouGoAccountRepository IPayAsYouGoAccountRepository
unitOfWork IDocumentSession
리턴 System

Execute() 공개 메소드

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