refactor: Ersetzt 'ProfileControlsTFRepository' durch 'IProfileControlsTFRepository'.
This commit is contained in:
parent
22f69589c9
commit
6a062045bb
@ -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<ProfileControlsTFRepository, ProfileControlsTFCreateDto, ProfileControlsTFDto, ProfileControlsTFUpdateDto, ProfileControlsTF, int>(repository, mapper),
|
||||
IProfileControlsTFService, ICRUDService<ProfileControlsTFCreateDto, ProfileControlsTFDto, ProfileControlsTFUpdateDto, ProfileControlsTF, int>
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user