Beispiel #1
0
 public void Setup()
 {
     _subject = new GetBiographiesResult(new Configuration
     {
         ApiKey  = "1234",
         BaseUrl = "http://test.com",
     }, "testArtist");
 }
 public void Setup()
 {
     _subject = new GetBiographiesResult(new Configuration
     {
         ApiKey = "1234",
         BaseUrl = "http://test.com",
     }, "testArtist");
 }