Пример #1
0
 public HomeController(
     ICommandSender commandSender,
     IGetCatalogTreeQueryService catalogTreeQueryService)
 {
     _catalogTreeQueryService = catalogTreeQueryService;
 }
Пример #2
0
 public HomeController(
     ICommandSender commandSender,
     IGetCatalogTreeQueryService catalogTreeQueryService)
 {
     _catalogTreeQueryService = catalogTreeQueryService;
 }