C# Class CQRS_ES.Models.AccountApplicationService

Afficher le fichier Open project: KHProjects/KH-Parker-Fox

Méthodes publiques

Méthode Description
AccountApplicationService ( IRepository repository ) : System
Handle ( RegisterAccountCommand registerAccountCommand ) : void

Method Details

AccountApplicationService() public méthode

public AccountApplicationService ( IRepository repository ) : System
repository IRepository
Résultat System

Handle() public méthode

public Handle ( RegisterAccountCommand registerAccountCommand ) : void
registerAccountCommand RegisterAccountCommand
Résultat void