Method | Description | |
---|---|---|
AccountRepository ( IProfileRepository profileRepository, IProfileFactory profileFactory, IAccountPersister accountPersister, IEventAggregator eventAggregator ) : System.Collections.Generic | ||
Add ( |
||
GetAll ( ) : IList |
||
GetBy ( |
||
Remove ( |
Method | Description | |
---|---|---|
CreateAccount ( |
||
CreateAccount ( |
public AccountRepository ( IProfileRepository profileRepository, IProfileFactory profileFactory, IAccountPersister accountPersister, IEventAggregator eventAggregator ) : System.Collections.Generic | ||
profileRepository | IProfileRepository | |
profileFactory | IProfileFactory | |
accountPersister | IAccountPersister | |
eventAggregator | IEventAggregator | |
return | System.Collections.Generic |
public Add ( |
||
accountName | ||
return |
public GetBy ( |
||
accountName | ||
return |
public Remove ( |
||
accountName | ||
return | void |