1 2 3 4 5
namespace DesignPatterns.Adapter { public interface IView { IDropDownListAdapter AreYouHappy { get; } } }