Added moonlight resources. Optimised moonlight legacy html rendering
This commit is contained in:
15
Moonlight/App/Models/Misc/Session.cs
Normal file
15
Moonlight/App/Models/Misc/Session.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Moonlight.App.Services.Interop;
|
||||
|
||||
namespace Moonlight.App.Models.Misc;
|
||||
|
||||
public class Session
|
||||
{
|
||||
public string Ip { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string Device { get; set; }
|
||||
public int UserId { get; set; }
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public NavigationManager Navigation { get; set; }
|
||||
public AlertService AlertService { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user