Example #1
0
 public SongController(ISongModule songModule)
 {
     _songModule = songModule;
 }
 public SongService()
 {
     _songModule = new SongModule();
 }