95d64df321
moved some classes around
11 lines
246 B
C#
11 lines
246 B
C#
using static SharedLibraryCore.Database.Models.EFClient;
|
|
|
|
namespace SharedLibraryCore.Localization
|
|
{
|
|
public sealed class ClientPermission
|
|
{
|
|
public Permission Level { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
}
|