This commit is contained in:
Amaël Kesteman
2026-01-07 12:02:27 +01:00
23 changed files with 327 additions and 279 deletions

View File

@@ -24,7 +24,7 @@ export class Session{
id!: number;
name!: String;
activites: Activite[] = [];
isRecurent! : Boolean;
isRecurrent! : Boolean;
creneau!: Date;
coach!: Coach;
athletes!: Athlete[]