Esempio n. 1
0
 public TableListController(ISys_TableListService tableListService,
                            ISys_TableColumnService tableColumnService)
 {
     _tableListService   = tableListService;
     _tableColumnService = tableColumnService;
 }