메소드 | 설명 | |
---|---|---|
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 |