Exemplo n.º 1
0
 public DbBeatmap FindHash(string hash)
 {
     return(Beatmaps.FirstOrDefault(b => b.BeatmapHash == hash));
 }