示例#1
0
 public IEnumerable <Common.Score> GetScoresPerGame(Common.Game game)
 {
     return(controller.GetScoresPerGame(game.ToPOCO()).Select(s => s.ToDTO()));
 }