Пример #1
0
 public GenericController(IRouteHandlerService routeHandlerService, ILoggingService loggingService,
                          IAsyncRequestService asyncRequestService, IEndpointService endpointService, IFileService fileService)
 {
     RouteHandlerService = routeHandlerService;
     LoggingService      = loggingService;
     AsyncRequestService = asyncRequestService;
     EndpointService     = endpointService;
     FileService         = fileService;
 }
Пример #2
0
 public DynamicRouter(IRouteHandlerService routeHandlerService)
 {
     RouteHandlerService = routeHandlerService;
 }