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