Esempio n. 1
0
 public StatUtilTests()
 {
     _statUtil = new StatsUtil();
 }
Esempio n. 2
0
 public Stats(IStatsUtil util)
 {
     _util = util;
 }