Nu fungerar hanteringen kring navigation

This commit is contained in:
2025-10-05 08:57:34 +02:00
parent a449dbeab3
commit b567291063
15 changed files with 115 additions and 56 deletions

View File

@ -1,9 +1,10 @@
using GreadyPoang.EntityLayer;
namespace GreadyPoang.Services;
public interface IObjectMessageService
namespace GreadyPoang.Services
{
RoundBuilderGroup CurrentGroup { get; set; }
}
public interface IObjectMessageService
{
RoundBuilderGroup CurrentGroup { get; set; }
bool Delivered { get; set; }
}
}