C# Class CQRS_ES.Models.AccountApplicationService

Show file Open project: KHProjects/KH-Parker-Fox

Public Methods

Method Description
AccountApplicationService ( IRepository repository ) : System
Handle ( RegisterAccountCommand registerAccountCommand ) : void

Method Details

AccountApplicationService() public method

public AccountApplicationService ( IRepository repository ) : System
repository IRepository
return System

Handle() public method

public Handle ( RegisterAccountCommand registerAccountCommand ) : void
registerAccountCommand RegisterAccountCommand
return void