Example #1
0
 public IReadOnlyList <IDeath> AllDeaths()
 {
     return(PublicDeaths.Union(UndisclosedDeaths).ToList());
 }