Sparar poäng men visar inte
This commit is contained in:
@ -7,6 +7,7 @@ public interface ICombinedRepository
|
||||
{
|
||||
IEnumerable<RoundBuilderElement> roundBuilderElements();
|
||||
IEnumerable<RoundBuilderElement> roundBuilderElementsDb();
|
||||
IEnumerable<RoundBuilderElement> roundBuilderElementsDbById(int GameId);
|
||||
IEnumerable<RoundBuilderElement> roundBuilderElementsTotal();
|
||||
IEnumerable<RoundBuilderElement> roundBuilderElementsTotalById(int roundId);
|
||||
}
|
||||
Reference in New Issue
Block a user