예제 #1
0
 public GoalDTO GetGoalByPlayer(int playerId, int id)
 {
     return(goalService.GetGoalByPlayer(playerId, id));
 }