public StatusControllerService(IAcousticbrainzExchange acousticBrainzExchange)
 {
     _acousticBrainzExchange = acousticBrainzExchange;
 }
Example #2
0
 public StatusControllerService(IAcousticbrainzExchange acousticBrainzExchange)
 {
     _acousticBrainzExchange = acousticBrainzExchange;
 }
 public StatusControllerService()
 {
     _acousticBrainzExchange = new AcousticbrainzExchange();
 }
Example #4
0
 public StatusControllerService()
 {
     _acousticBrainzExchange = new AcousticbrainzExchange();
 }