mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-26 03:55:01 +01:00
move classes
This commit is contained in:
12
Emby.Server.Implementations/Security/RegRecord.cs
Normal file
12
Emby.Server.Implementations/Security/RegRecord.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Emby.Server.Implementations.Security
|
||||
{
|
||||
class RegRecord
|
||||
{
|
||||
public string featId { get; set; }
|
||||
public bool registered { get; set; }
|
||||
public DateTime expDate { get; set; }
|
||||
public string key { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user