init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Enums;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Web.Areas.GRModul.Models
|
||||
{
|
||||
public class UzletiTervSearchModel
|
||||
{
|
||||
public UzletiTervSearchModel()
|
||||
{
|
||||
Honap = HonapokEnum.Szeptember;
|
||||
}
|
||||
|
||||
[Display(Name = nameof(GRModulResource.Honap), ResourceType = typeof(GRModulResource))]
|
||||
public HonapokEnum Honap { get; set; } = HonapokEnum.Szeptember;
|
||||
|
||||
public string SelectedRovatAzonosito { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user