Example #1
0
 public SoundsController(ISoundsApi soundsApi)
 {
     this.soundsApi = soundsApi;
 }