wip
This commit is contained in:
@@ -3,4 +3,5 @@ import type { Season } from '../entities/Season';
|
||||
export interface ISeasonRepository {
|
||||
findById(id: string): Promise<Season | null>;
|
||||
findByLeagueId(leagueId: string): Promise<Season[]>;
|
||||
create(season: Season): Promise<Season>;
|
||||
}
|
||||
Reference in New Issue
Block a user