c5375b661b
broke data out into its own library. may be breaking changes with existing plugins
11 lines
231 B
C#
11 lines
231 B
C#
using static Data.Models.Client.EFClient;
|
|
|
|
namespace SharedLibraryCore.Localization
|
|
{
|
|
public sealed class ClientPermission
|
|
{
|
|
public Permission Level { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
}
|