init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Kreta.Ellenorzo.Enums.VN
|
||||
{
|
||||
public enum MagatartasSzorgalomTantargy
|
||||
{
|
||||
[Display(Name = "Nem definiált")]
|
||||
None = 0,
|
||||
[Display(Name = "Magatartás")]
|
||||
Magatartas,
|
||||
[Display(Name = "Szorgalom")]
|
||||
Szorgalom
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user