Beispiel #1
0
 public static Dump FindDumpById(int id)
 {
     return(Dumps.FirstOrDefault(x => x.Id == id));
 }