コード例 #1
0
ファイル: SoundsController.cs プロジェクト: xf86cfg/arke
 public SoundsController(ISoundsApi soundsApi)
 {
     this.soundsApi = soundsApi;
 }