Ejemplo n.º 1
0
 public static Traffic GetSystemDeaths(string systemName, long?edsmId = null)
 {
     if (string.IsNullOrEmpty(systemName))
     {
         return(null);
     }
     return(StarMapService.GetStarMapDeaths(systemName, edsmId));
 }