init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Enums.ManualEnums
|
||||
{
|
||||
public enum CsoportnaploTanulokSorrendjeEnum
|
||||
{
|
||||
[Display(Name = nameof(Alfabetikus_sorrendben), ResourceType = typeof(EnumsResource))]
|
||||
Alfabetikus_sorrendben,
|
||||
[Display(Name = nameof(Besorolas_datuma_alapjan), ResourceType = typeof(EnumsResource))]
|
||||
Besorolas_datuma_alapjan
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user