using System.Collections.Generic; namespace Kreta.Web.Areas.Beiratkozas.Models { public class KirSzinkronModel { public int TelephelyId { get; set; } public List Nebulok { get; set; } } }