|
@@ -36,7 +36,7 @@ namespace OASystem.API.Controllers
|
|
private readonly TicketBlackCodeRepository _ticketBlackCodeRep;
|
|
private readonly TicketBlackCodeRepository _ticketBlackCodeRep;
|
|
private readonly TourClientListRepository _tourClientListRep;
|
|
private readonly TourClientListRepository _tourClientListRep;
|
|
private readonly DelegationInfoRepository _delegationInfoRep;
|
|
private readonly DelegationInfoRepository _delegationInfoRep;
|
|
- private readonly TranslatorLibraryRepoository _translatorRep;
|
|
|
|
|
|
+ private readonly TranslatorLibraryRepository _translatorRep;
|
|
|
|
|
|
public ResourceController(IMapper mapper,
|
|
public ResourceController(IMapper mapper,
|
|
IConfiguration config,
|
|
IConfiguration config,
|
|
@@ -56,7 +56,7 @@ namespace OASystem.API.Controllers
|
|
TicketBlackCodeRepository ticketBlackCodeRep,
|
|
TicketBlackCodeRepository ticketBlackCodeRep,
|
|
TourClientListRepository tourClientListRep,
|
|
TourClientListRepository tourClientListRep,
|
|
DelegationInfoRepository delegationInfoRep,
|
|
DelegationInfoRepository delegationInfoRep,
|
|
- TranslatorLibraryRepoository translatorRep)
|
|
|
|
|
|
+ TranslatorLibraryRepository translatorRep)
|
|
{
|
|
{
|
|
_mapper = mapper;
|
|
_mapper = mapper;
|
|
_config = config;
|
|
_config = config;
|