init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Web.Areas.Adminisztracio.Models
|
||||
{
|
||||
public class DataForMdszModel
|
||||
{
|
||||
public List<int> Tanulok { get; set; }
|
||||
|
||||
[Required(ErrorMessageResourceName = nameof(ErrorResource.FeladhelySorszamMegadasaKotelezo), ErrorMessageResourceType = typeof(ErrorResource))]
|
||||
public int? FeladhelySorszam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user