init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.Felhasznalok.Models
|
||||
{
|
||||
public class FelhasznalokJelszoGeneralasModel
|
||||
{
|
||||
public FelhasznalokJelszoGeneralasModel()
|
||||
{
|
||||
ErrorList = new List<string>();
|
||||
}
|
||||
|
||||
public bool GeneraltFileLetoltes { get; set; }
|
||||
public bool EmailKuldes { get; set; }
|
||||
public List<int> IdList { get; set; } = new List<int>();
|
||||
public List<string> ErrorList { get; set; }
|
||||
public string ConfirmText { get; set; }
|
||||
public string FileString { get; set; }
|
||||
public bool IsError { get; set; }
|
||||
public bool IsTanulo { get; set; }
|
||||
public bool IsGondviselo { get; set; }
|
||||
public bool IsAlkalmazott { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue