namespace Cmpp298.Assignment3.Dto { public interface IDropDownListItem { string Text { get; } string Value { get; } } }