C# 클래스 CQRS_ES.Models.AccountApplicationService

파일 보기 프로젝트 열기: KHProjects/KH-Parker-Fox

공개 메소드들

메소드 설명
AccountApplicationService ( IRepository repository ) : System
Handle ( RegisterAccountCommand registerAccountCommand ) : void

메소드 상세

AccountApplicationService() 공개 메소드

public AccountApplicationService ( IRepository repository ) : System
repository IRepository
리턴 System

Handle() 공개 메소드

public Handle ( RegisterAccountCommand registerAccountCommand ) : void
registerAccountCommand RegisterAccountCommand
리턴 void