示例#1
0
 public RouletteController(IRouletteApplication rouletteApplication)
 {
     _rouletteApplication = rouletteApplication;
 }