C# 클래스 Prototype.Domain.Aggregates.Site.SiteApplicationService

상속: IMessageHandler
파일 보기 프로젝트 열기: paralect/prototype

공개 메소드들

메소드 설명
Handle ( CreateSite c ) : void
Handle ( DeleteSite c ) : void
Handle ( UpdateSite c ) : void
SiteApplicationService ( IRepository sites ) : Prototype.Domain.Aggregates.Site.Commands

메소드 상세

Handle() 공개 메소드

public Handle ( CreateSite c ) : void
c Prototype.Domain.Aggregates.Site.Commands.CreateSite
리턴 void

Handle() 공개 메소드

public Handle ( DeleteSite c ) : void
c Prototype.Domain.Aggregates.Site.Commands.DeleteSite
리턴 void

Handle() 공개 메소드

public Handle ( UpdateSite c ) : void
c Prototype.Domain.Aggregates.Site.Commands.UpdateSite
리턴 void

SiteApplicationService() 공개 메소드

public SiteApplicationService ( IRepository sites ) : Prototype.Domain.Aggregates.Site.Commands
sites IRepository
리턴 Prototype.Domain.Aggregates.Site.Commands