init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
19
KretaWeb/Areas/Beiratkozas/Models/NebuloKirSzinkronModel.cs
Normal file
19
KretaWeb/Areas/Beiratkozas/Models/NebuloKirSzinkronModel.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Web.Mvc;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Web.Areas.Beiratkozas.Models
|
||||
{
|
||||
public class NebuloKirSzinkronModel
|
||||
{
|
||||
public KirLoginModel KirLoginModel { get; set; }
|
||||
|
||||
public bool KIRImportEnabled { get; set; } = true;
|
||||
|
||||
[Display(Name = nameof(BeiratkozasResource.KirTelephely), ResourceType = typeof(BeiratkozasResource))]
|
||||
public int? TelephelyId { get; set; }
|
||||
|
||||
public List<SelectListItem> TelephelyList { get; set; } = new List<SelectListItem>();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue