Метод | Описание | |
---|---|---|
AccountRepository ( IProfileRepository profileRepository, IProfileFactory profileFactory, IAccountPersister accountPersister, IEventAggregator eventAggregator ) : System.Collections.Generic | ||
Add ( |
||
GetAll ( ) : IList |
||
GetBy ( |
||
Remove ( |
Метод | Описание | |
---|---|---|
CreateAccount ( |
||
CreateAccount ( |
public AccountRepository ( IProfileRepository profileRepository, IProfileFactory profileFactory, IAccountPersister accountPersister, IEventAggregator eventAggregator ) : System.Collections.Generic | ||
profileRepository | IProfileRepository | |
profileFactory | IProfileFactory | |
accountPersister | IAccountPersister | |
eventAggregator | IEventAggregator | |
Результат | System.Collections.Generic |
public Add ( |
||
accountName | ||
Результат |
public GetBy ( |
||
accountName | ||
Результат |
public Remove ( |
||
accountName | ||
Результат | void |