diff --git a/WorkFlow.Application/Services/ProfileControlsTFService.cs b/WorkFlow.Application/Services/ProfileControlsTFService.cs index b98df40..c2633db 100644 --- a/WorkFlow.Application/Services/ProfileControlsTFService.cs +++ b/WorkFlow.Application/Services/ProfileControlsTFService.cs @@ -8,7 +8,7 @@ using WorkFlow.Infrastructure.Repositories; namespace WorkFlow.Application.Services { - public class ProfileControlsTFService(ProfileControlsTFRepository repository, IMapper mapper) + public class ProfileControlsTFService(IProfileControlsTFRepository repository, IMapper mapper) : CRUDService(repository, mapper), IProfileControlsTFService, ICRUDService {