website refactor
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
* In-memory implementation of ISponsorAccountRepository for development/testing.
|
||||
*/
|
||||
|
||||
import { ISponsorAccountRepository, SponsorAccount, UserId } from '@core/identity';
|
||||
import { Logger } from '@core/shared/application';
|
||||
import { SponsorAccountRepository, SponsorAccount, UserId } from '@core/identity';
|
||||
import { Logger } from '@core/shared/domain';
|
||||
|
||||
export class InMemorySponsorAccountRepository implements ISponsorAccountRepository {
|
||||
export class InMemorySponsorAccountRepository implements SponsorAccountRepository {
|
||||
private accounts: Map<string, SponsorAccount> = new Map();
|
||||
private readonly logger: Logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user