Beispiel #1
0
 public async Task <Step> GetCurrentStep(int idPlayer)
 {
     return(await _playerBusiness.GetCurrentStep(idPlayer));
 }