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

Inheritance: IMessageHandler
Afficher le fichier Open project: paralect/prototype

Méthodes publiques

Méthode 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 méthode

public Handle ( CreateSite c ) : void
c Prototype.Domain.Aggregates.Site.Commands.CreateSite
Résultat void

Handle() public méthode

public Handle ( DeleteSite c ) : void
c Prototype.Domain.Aggregates.Site.Commands.DeleteSite
Résultat void

Handle() public méthode

public Handle ( UpdateSite c ) : void
c Prototype.Domain.Aggregates.Site.Commands.UpdateSite
Résultat void

SiteApplicationService() public méthode

public SiteApplicationService ( IRepository sites ) : Prototype.Domain.Aggregates.Site.Commands
sites IRepository
Résultat Prototype.Domain.Aggregates.Site.Commands