Beispiel #1
0
 protected TablePanelControllerBase(ITablePanelPresentationBuilder tablePanelPresentationBuilder)
 {
     _tablePanelPresentationBuilder = tablePanelPresentationBuilder;
 }
 public TablePanelController(ITablePanelPresentationBuilder tablePanelPresentationBuilder)
     : base(tablePanelPresentationBuilder)
 {
 }