Beispiel #1
0
 public MasterMindController(IMastermindService service)
 {
     mmService = service;
 }
Beispiel #2
0
 public Game(IMastermindService mastermindService)
 {
     _mastermindService = mastermindService;
 }