Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/16 17:19:13 (8 years ago)
Author:
jlodewyc
Message:

#2582 Last fixes Job Manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Startup.cs

    r13689 r13733  
    2929            this.hostingEnvironment = hostingEnvironment;
    3030        }
    31         // This method gets called by the runtime. Use this method to add services to the container.
    32         // For more information on how to configure your application, visit http://go.microsoft.com/fwlink/?LinkID=398940
    33         public void ConfigureServices(IServiceCollection services)
     31         public void ConfigureServices(IServiceCollection services)
    3432        {
    3533
    3634            services.AddMvc();
    3735            services.AddSingleton<ILoginViewModelService, LoginViewModelService>();
    38             services.AddSingleton<IHiveServiceLocator, HiveServiceLocatorWebManagerService>();
     36            services.AddSingleton<IHiveServiceLocator, HiveServiceLocatorWeb>();
    3937            services.AddSignalR();
    4038        }
    4139
    42         // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
    43         public void Configure(IApplicationBuilder app)
     40       public void Configure(IApplicationBuilder app)
    4441        {
    4542           
Note: See TracChangeset for help on using the changeset viewer.