combined Penalty and EFPenalty
moved some classes around
This commit is contained in:
10
SharedLibraryCore/Localization/Permission.cs
Normal file
10
SharedLibraryCore/Localization/Permission.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using static SharedLibraryCore.Database.Models.EFClient;
|
||||
|
||||
namespace SharedLibraryCore.Localization
|
||||
{
|
||||
public sealed class ClientPermission
|
||||
{
|
||||
public Permission Level { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user