Example #1
0
 public StatsController(IStatsCommands statsCommands)
 {
     _statsCommands = statsCommands;
 }