public MyPlayerAppServiceTests()
 {
     _myPlayerAppService = GetRequiredService <IMyPlayerAppService>();
 }
Esempio n. 2
0
 public MyPlayerController(IMyPlayerAppService myPlayerAppService)
 {
     _myPlayerAppService = myPlayerAppService;
 }