Skapat möjlighet att spara in flera resultat per participant och round

This commit is contained in:
2025-09-19 17:21:58 +02:00
parent 0a56d8ffc8
commit 066503da74
5 changed files with 89 additions and 27 deletions

View File

@ -6,4 +6,5 @@ namespace GreadyPoang.DataLayer;
public interface ICombinedRepository
{
IEnumerable<RoundBuilderElement> roundBuilderElements();
IEnumerable<RoundBuilderElement> roundBuilderElementsTotal();
}