This commit is contained in:
Jamie.Rees 2017-06-06 11:26:03 +01:00
commit 3b18e4c291
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using Hangfire; using Hangfire;
using Microsoft.Extensions.DependencyInjection;
namespace Ombi.Schedule namespace Ombi.Schedule
{ {

View file

@ -5,7 +5,6 @@ using AutoMapper;
using AutoMapper.EquivalencyExpression; using AutoMapper.EquivalencyExpression;
using Hangfire; using Hangfire;
using Hangfire.MemoryStorage; using Hangfire.MemoryStorage;
using Hangfire.RecurringJobExtensions;
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http;