C# Class Prototype.Domain.Aggregates.Site.SiteApplicationService

Inheritance: IMessageHandler
Exibir arquivo Open project: paralect/prototype

Public Methods

Method Description
Handle ( CreateSite c ) : void
Handle ( DeleteSite c ) : void
Handle ( UpdateSite c ) : void
SiteApplicationService ( IRepository sites ) : Prototype.Domain.Aggregates.Site.Commands

Method Details

Handle() public method

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

Handle() public method

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

Handle() public method

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

SiteApplicationService() public method

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