Ejemplo n.º 1
0
 public GoalDTO GetGoalByMatch(int matchId, int id)
 {
     return(goalService.GetGoalByMatch(matchId, id));
 }