mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
remove timer service
This commit is contained in:
@@ -12,7 +12,6 @@ using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using LiveGameFeed.Core.Mappings;
|
||||
using LiveGameFeed.Core.MvcTimer;
|
||||
using Newtonsoft.Json.Serialization;
|
||||
using RecurrentTasks;
|
||||
using LiveGameFeed.Core;
|
||||
@@ -41,10 +40,6 @@ namespace LiveGameFeed
|
||||
services.AddSingleton<IMatchRepository, MatchRepository>();
|
||||
services.AddSingleton<IFeedRepository, FeedRepository>();
|
||||
|
||||
// Timer service configuration
|
||||
services.AddSingleton<ITimerService, TimerService>();
|
||||
services.Configure<TimerServiceConfiguration>(Configuration.GetSection("TimeService"));
|
||||
|
||||
// Automapper Configuration
|
||||
AutoMapperConfiguration.Configure();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user