public void Setup() { _historicalDataGateway = new HistoricalDataGateway(HistoricalSocialCareContext); }
public void Setup() { _historicalDataGateway = new HistoricalDataGateway(HistoricalSocialCareContext); _personId = 1L; _faker = new Faker(); }