Example #1
0
 public IActionResult GetBattleByUserId(int userId)
 {
     return(Json(_battleService.GetBattleByUser(userId)));
 }