Example #1
0
 public GoalDTO GetGoalByTeam(int teamId, int id)
 {
     return(goalService.GetGoalByTeam(teamId, id));
 }