init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Enums.ManualEnums
|
||||
{
|
||||
public enum NyomtatvanyOrarendTipusEnum
|
||||
{
|
||||
[Display(Name = nameof(NyomtatvanyokResource.Orarend), ResourceType = typeof(NyomtatvanyokResource))]
|
||||
Orarend = 0,
|
||||
|
||||
[Display(Name = nameof(NyomtatvanyokResource.Napirend), ResourceType = typeof(NyomtatvanyokResource))]
|
||||
Napirend = 1,
|
||||
|
||||
[Display(Name = nameof(NyomtatvanyokResource.Minden), ResourceType = typeof(NyomtatvanyokResource))]
|
||||
Minden = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user