using System.Collections.Generic;

namespace Kreta.BusinessLogic.Classes.ComboBox
{
    public class ExtraDataComboBoxListItem : ComboBoxListItem
    {
        public IDictionary<string, string> Data { get; set; }
    }
}