init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.Tanulo.Models
|
||||
{
|
||||
public class HozzaferesGeneralasaModel
|
||||
{
|
||||
public HozzaferesGeneralasaModel()
|
||||
{
|
||||
ErrorList = new List<string>();
|
||||
VisibileFileDownload = false;
|
||||
}
|
||||
public bool GeneraltFileLetoltes { get; set; }
|
||||
public bool EmailKuldes { get; set; }
|
||||
public List<int> TanuloIdList { get; set; } = new List<int>();
|
||||
public List<string> ErrorList { get; set; }
|
||||
public bool IsTanulo { get; set; }
|
||||
public bool VisibileFileDownload { get; set; }
|
||||
public bool IsPasswordReset { get; set; }
|
||||
public string ConfirmText { get; set; }
|
||||
public string FileString { get; set; }
|
||||
public bool IsError { get; set; }
|
||||
public int TanulokEmailElerhetosegNelkul { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user