refactor
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* In-memory implementation of ISessionRepository for development/testing.
|
||||
*/
|
||||
import type { ISessionRepository } from '../../domain/repositories/ISessionRepository';
|
||||
import type { Session } from '../../domain/entities/Session';
|
||||
import type { ISessionRepository } from '@core/racing/domain/repositories/ISessionRepository';
|
||||
import type { Session } from '@core/racing/domain/entities/Session';
|
||||
import type { Logger } from '@core/shared/application';
|
||||
|
||||
export class InMemorySessionRepository implements ISessionRepository {
|
||||
|
||||
Reference in New Issue
Block a user