Exemplo n.º 1
0
 public DateInstantiator_GetLocalSolarLunarNameShould()
 {
     di = new DateInstantiator(new MoonDataClient(Paths.Local.NewMoonApi));
 }
Exemplo n.º 2
0
 protected override void BeginProcessing()
 {
     _httpClient = new HttpClient();
     di          = new DateInstantiator(new MoonDataClient(_httpClient));
 }