init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Web.Mvc;
|
||||
using Kreta.BusinessLogic.Classes;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Adminisztracio.Models
|
||||
{
|
||||
public class TanulokFeltolteseModel
|
||||
{
|
||||
[KretaDisplayName(450)] /*Tanév*/
|
||||
[KretaRequired(StringResourcesId = 3823)]
|
||||
public int? TanevId { get; set; }
|
||||
|
||||
public List<SelectListItem> TanevList { get; set; }
|
||||
|
||||
public List<string> Errors { get; set; }
|
||||
|
||||
public bool? IsJuttatasUpdate { get; set; }
|
||||
|
||||
public bool IsSzakkepzoIntezmeny { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user