9 lines
210 B
C#
9 lines
210 B
C#
namespace Kreta.Enums.ManualEnums.SystemSettings
|
|
{
|
|
public enum SystemSettingMagantanuloMulasztas
|
|
{
|
|
NemKellMegjelennie = 1,
|
|
CsakGyakorlaton = 2,
|
|
KotelezoMegjelenie = 3
|
|
}
|
|
}
|