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