Exemplo n.º 1
0
 public void TestInitialize()
 {
     _subject = new GetSongResult(new SubsonicServiceConfiguration { BaseUrl = "http://test"}, 12);
 }
Exemplo n.º 2
0
 public void TestInitialize()
 {
     _subject = new GetSongResult(new SubsonicServiceConfiguration {
         BaseUrl = "http://test"
     }, 12);
 }