using ToolsDesktop.Models; namespace ToolsDesktop.Interfaces { /// /// Работа с generic-контролом списка /// public interface IGenericControlEntityList { /// /// Новый экземпляр контрола /// /// IControl GetInstanceGenericControl(); /// /// Получение настроек /// /// ControlViewEntityListConfiguration GetConfigControl(); } }