using AyCode.Blazor.Components.Services;
namespace TIAMWebApp.Server.Services;
public class SessionService : AcSessionService<SessionItem, string>
{
}