diff --git a/PARR.Test/Worker.cs b/PARR.Test/Worker.cs index 186d6d4a..b2c82477 100644 --- a/PARR.Test/Worker.cs +++ b/PARR.Test/Worker.cs @@ -1,6 +1,6 @@ using Microsoft.EntityFrameworkCore; using PARR.Core.Common.Interfaces; -using PARR.Core.Repositories.Interfaces.Job; +using PARR.Core.Repositories.Interfaces.JobGroupRepositories; using PARR.Domain.Cache; using PARR.Domain.Entities.Base.History; using PARR.Domain.Enums;