コード例 #1
0
 public HomeController(ILog log, IHighScoreSaveService s)
 {
     this.log = log;
     this.s   = s;
 }
コード例 #2
0
 public Spel(ILevelRepository lev, IHighScoreSaveService high)
 {
     levelRepository = lev;
     this.high       = high;
 }