示例#1
0
 public static List <Spiel> GetGameSame(string filter)
 {
     return(Spiel.LesenAttributGleich(filter).ToList());
 }