Guest User

Untitled

a guest
Feb 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. GoalDifference = context.Games.Where(u => u.HomeTeam== t.TeamId).Sum(t1=> t1.HomeGoals) + context.Games.Where(u => u.AwayTeam== t.TeamId).Sum(t1 => t1.AwayGoals) ;
Add Comment
Please, Sign In to add comment