init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
31
KretaWeb/Models/IskolaorPopupModel.cs
Normal file
31
KretaWeb/Models/IskolaorPopupModel.cs
Normal file
|
@ -0,0 +1,31 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Web.Mvc;
|
||||
using Kreta.Web.Helpers.Modal;
|
||||
|
||||
namespace Kreta.Web.Models
|
||||
{
|
||||
public class IskolaorPopupModel
|
||||
{
|
||||
public int? IskolaorId { get; set; }
|
||||
public List<SelectListItem> IskolaorList { get; set; }
|
||||
public string IskolaorTelefonszam { get; set; }
|
||||
public string IskolaorUzenet { get; set; }
|
||||
public ModalButtonModel Sablon1Button { get; set; }
|
||||
public ModalButtonModel Sablon2Button { get; set; }
|
||||
public ModalButtonModel Sablon3Button { get; set; }
|
||||
public ModalButtonModel Sablon4Button { get; set; }
|
||||
public ModalButtonModel Sablon5Button { get; set; }
|
||||
public ModalButtonModel Sablon6Button { get; set; }
|
||||
public ModalButtonModel Sablon7Button { get; set; }
|
||||
public ModalButtonModel Sablon8Button { get; set; }
|
||||
public ModalButtonModel Sablon9Button { get; set; }
|
||||
public ModalButtonModel Sablon10Button { get; set; }
|
||||
public ModalButtonModel Sablon11Button { get; set; }
|
||||
public ModalButtonModel UzenetKuldesButton { get; set; }
|
||||
public List<IskolaorAdatModel> IskolaorAdatModelList { get; set; }
|
||||
public string IntezmenyAzonosito { get; set; }
|
||||
public string KuldoID { get; set; }
|
||||
public string KuldoNev { get; set; }
|
||||
public string KuldoTelefonszam { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue