Exemple #1
0
 public IEnumerable <Common.Game> GetGames()
 {
     return(controller.GetGames().Select(g => g.ToDTO()));
 }