public ReferenceDataRepository( ILogger logger, IPostcodes postcodes, ILARS lars, IOrganisations organisations, IFcsContext fcsContext, IULN ulnContext) { _logger = logger; _postcodes = postcodes; _lars = lars; _organisations = organisations; _fcsContext = fcsContext; _ulnContext = ulnContext; }
public OrganisationsController(IOrganisations tntMgr) { _tenantDataManager = tntMgr; }
private OrganisationDataRetrievalService NewService(IOrganisations organisations = null) { return(new OrganisationDataRetrievalService(organisations)); }
public OrganisationsDataRetrievalService(IOrganisations organisations, ICache <IMessage> messageCache) : base(messageCache) { _organisations = organisations; }
private OrganisationsDataRetrievalService NewService(IOrganisations organisations = null, ICache <IMessage> messageCache = null) { return(new OrganisationsDataRetrievalService(organisations, messageCache)); }
public OrganisationDataRetrievalService(IOrganisations organisations) { _organisations = organisations; }