Beispiel #1
0
 public TableColumnManager
 (
     ITableService tableService,
     ITableColumnService tableColumnService,
     ITableRowService tableRowService,
     ITableRowItemService tableRowItemService
 )
 {
     _tableColumnService  = tableColumnService;
     _tableRowService     = tableRowService;
     _tableRowItemService = tableRowItemService;
     _tableService        = tableService;
 }
Beispiel #2
0
 public TableRowManager(ITableRowService tableRowService)
 {
     _tableRowService = tableRowService;
 }