Exemplo n.º 1
0
 public int ValueForExpedition()
 {
     return(_navigationRepository.GetSystems().SelectMany(s => s.Celestials.Where(c => c.Scanned == true)).Sum(c => ValueForCelestial(c)));
 }