@Override public FundsMutationAgentRepository fundsMutationAgentRepo() { return bundle.fundsMutationAgents(); }
@Override public FundsMutationSubjectRepository fundsMutationSubjectRepo() { return bundle.fundsMutationSubjects(); }
@Override public PostponedCurrencyExchangeEventRepository postponedCurrencyExchangeEventRepository() { return bundle.postponedCurrencyExchangeEvents(); }
@Override public PostponedFundsMutationEventRepository postponedFundsMutationEventRepository() { return bundle.postponedFundsMutationEvents(); }
@Override public SubjectPriceRepository subjectPriceRepository() { return bundle.subjectPrices(); }
@Override public CurrencyExchangeEventRepository currencyExchangeEventRepository() { return bundle.currencyExchangeEvents(); }