Add Blazor WebApp and rework data handling to utilize Entity Framework

This commit is contained in:
2025-09-11 11:49:48 -04:00
parent 5220e61c79
commit 3daa3b81b3
111 changed files with 6039 additions and 946 deletions
+2 -2
View File
@@ -9,10 +9,10 @@
<tr> <th></th>
@foreach (var team in Model.Item1)
{
if (team.Name == team.Event.Name)
if (team.Name == team.EventDefinition.Name)
{
<td style="writing-mode: vertical-rl;text-orientation:sideways">
@team.Event.ShortName
@team.EventDefinition.ShortName
</td>
}
else