Exemplo n.º 1
0
 public bool SystemScanned(string system)
 {
     return(_navigationRepository.GetSystem(system).Scanned);
 }