This commit is contained in:
Natlinux
2022-11-13 19:54:03 +01:00
parent ee8c687f5c
commit 4a47b178f4
30 changed files with 827 additions and 25 deletions

View File

@@ -33,7 +33,8 @@ namespace Apollon.EntityFramework.Queries
y.Society,
y.SocietyNumber,
y.Birthday,
y.Country));
y.Country,
y.Qualification));
}
}
}

View File

@@ -35,7 +35,8 @@ namespace Apollon.EntityFramework.Queries
y.StartDate,
y.EndDate,
y.Location,
y.Rounds));
y.Rounds,
y.Targets));
}
}
}