init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.BusinessLogic.Classes.ComboBox
|
||||
{
|
||||
public class ExtraDataComboBoxListItem : ComboBoxListItem
|
||||
{
|
||||
public IDictionary<string, string> Data { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user