コード例 #1
0
 /// <summary>
 /// Implementation of a local buffer of CountriesIteration.
 /// This class is used to enable a free deployment on Azure as accessing Azure DB is too expensive for only test reasons.
 /// </summary>
 public BufferedCountriesIterationRepository(ITextContentGetter contentGetter)
 {
     _contentGetter = contentGetter;
 }
 /// <summary>
 /// Constructor for dependancy injection
 /// </summary>
 /// <param name="contentGetter"></param>
 public BufferisedHRCountryBorderRepository(ITextContentGetter contentGetter)
 {
     _contentGetter = contentGetter;
 }