init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Web.Areas.Beiratkozas.Models
|
||||
{
|
||||
public class NebuloNemFelvettModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
[Display(Name = nameof(BeiratkozasResource.Indoklas), ResourceType = typeof(BeiratkozasResource))]
|
||||
[Required(ErrorMessageResourceName = nameof(BeiratkozasResource.DontesIndoklasaKotelezo), ErrorMessageResourceType = typeof(BeiratkozasResource))]
|
||||
public string Indoklas { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user