Esempio n. 1
0
 public MasterMindController(IMastermindService service)
 {
     mmService = service;
 }
Esempio n. 2
0
 public Game(IMastermindService mastermindService)
 {
     _mastermindService = mastermindService;
 }