using System.Collections.Generic; namespace Kreta.Web.Areas.Intezmeny.Models { public class SetHetirendModel { public SetHetirendModel() { ModifiedHetirendList = new Dictionary(); } public Dictionary ModifiedHetirendList { get; set; } } }