init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Kreta.Web.Areas.Adatszolgaltatasok.Models
|
||||
{
|
||||
public class IktSzandeknyilatkozatokModel
|
||||
{
|
||||
public List<SelectListItem> IsElfogadottSzandeknyilatkozatList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user