init
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.BusinessLogic.HelperClasses;
|
||||
using Kreta.Resources;
|
||||
using Kreta.Web.Models;
|
||||
|
||||
namespace Kreta.Web.Areas.Adminisztracio.Models
|
||||
{
|
||||
public class FeltarGondviseloModel : Gondviselo4TAdatokModel
|
||||
{
|
||||
public FeltarGondviseloModel(Felhasznalo4TAdatokCo co) : base(co)
|
||||
{
|
||||
}
|
||||
|
||||
[Display(Name = nameof(AdminisztracioResource.AltalanosSzerzodesiFeltetelekLetoltese), ResourceType = typeof(AdminisztracioResource))]
|
||||
public string AltalanosSzerzodesiFeltetelekLetoltese { get; set; }
|
||||
|
||||
[Required]
|
||||
[Display(Name = nameof(AdminisztracioResource.AzAdatvedelmiTajekoztatoTartalmatMegismertemEsAzAbbanFoglaltakatTudomasulVettem), ResourceType = typeof(AdminisztracioResource))]
|
||||
public bool AdatvedelmiTajekoztatoElfogadasa { get; set; }
|
||||
|
||||
[Required]
|
||||
[Display(Name = nameof(AdminisztracioResource.AzAltalanosSzerzodesiFeltetelekTartalmatMegismertemEsAzAbbanFoglaltakatTudomasulVettem), ResourceType = typeof(AdminisztracioResource))]
|
||||
public bool AltalanosSzerzodesiFeltetelekElfogadasa { get; set; }
|
||||
|
||||
public bool IsTorvenyesKepviselo { get; set; }
|
||||
|
||||
public bool IsNappaliRendszeruIskolaiOktatas { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user