using System.ComponentModel.DataAnnotations; using Kreta.Resources; namespace Kreta.Web.Areas.Adatszolgaltatasok.Models { public class EslRiportModel { [Display(Name = nameof(CommonResource.Feladatellatasihely), ResourceType = typeof(CommonResource))] public int? FeladatellatasiHely { get; set; } public bool IsFelevi { get; set; } } }