Esempio n. 1
0
 public RegController(ICodeBattle <User> regService)
 {
     this._RegService = regService;
 }
 public PlayerController(ICodeBattle <Player> playerService)
 {
     this._PlayerService = playerService;
 }
Esempio n. 3
0
 public MapController(ICodeBattle <Map> mapService)
 {
     this._MapService = mapService;
 }