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