Пример #1
0
 protected TablePanelControllerBase(ITablePanelPresentationBuilder tablePanelPresentationBuilder)
 {
     _tablePanelPresentationBuilder = tablePanelPresentationBuilder;
 }
Пример #2
0
 public TablePanelController(ITablePanelPresentationBuilder tablePanelPresentationBuilder)
     : base(tablePanelPresentationBuilder)
 {
 }