Exemple #1
0
 public void CreateChallenge([FromBody] string challengeeId, string gameId)
 {
     _userInfoRepository.CreateChallenge(
         this.RequestContext.Principal.Identity.GetUserId(), challengeeId, gameId);
 }