Пример #1
0
 public AppInstaller(IAppService appService, ILog log, IAppLinksService appLinksService, IRoutes routes)
 {
     _appService      = appService;
     _logger          = log;
     _appLinksService = appLinksService;
     _routes          = routes;
 }
Пример #2
0
 public AppInstaller(IAppService appService, ILog log, IAppLinksService appLinksService,  IRoutes routes)
 {
     _appService = appService;
     _logger = log;
     _appLinksService = appLinksService;
     _routes = routes;
 }