예제 #1
0
 public void TestInitialize()
 {
     _subject = new GetSongResult(new SubsonicServiceConfiguration { BaseUrl = "http://test"}, 12);
 }
예제 #2
0
 public void TestInitialize()
 {
     _subject = new GetSongResult(new SubsonicServiceConfiguration {
         BaseUrl = "http://test"
     }, 12);
 }