website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { UseCaseOutputPort } from '@core/shared/application';
|
||||
import { GetLeagueScheduleResult } from '@core/racing/application/use-cases/GetLeagueScheduleUseCase';
|
||||
import { LeagueScheduleDTO } from '../dtos/LeagueScheduleDTO';
|
||||
import type { UseCaseOutputPort } from '@core/shared/application';
|
||||
import { RaceDTO } from '../../race/dtos/RaceDTO';
|
||||
import { LeagueScheduleDTO } from '../dtos/LeagueScheduleDTO';
|
||||
|
||||
export class LeagueSchedulePresenter implements UseCaseOutputPort<GetLeagueScheduleResult> {
|
||||
private result: LeagueScheduleDTO | null = null;
|
||||
|
||||
Reference in New Issue
Block a user