GracePeriodManagerTask renamed in GracePeriodManagerService (#1615)

This commit is contained in:
alecola 2021-03-02 12:15:44 +01:00 committed by GitHub
parent 76fbcffd90
commit df93807677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ using System.Data.SqlClient;
using System.Threading;
using System.Threading.Tasks;
namespace Ordering.BackgroundTasks.Tasks
namespace Ordering.BackgroundTasks.Services
{
public class GracePeriodManagerService : BackgroundService
{

View File

@ -7,7 +7,7 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Ordering.BackgroundTasks.Extensions;
using Ordering.BackgroundTasks.Tasks;
using Ordering.BackgroundTasks.Services;
public class Startup
{