1 2 3 4 5
namespace Marina.Web.Views { public interface IWebView< T > : IView { void AddToBag( T slips ); } }