Example #1
0
 public static Traffic GetSystemTraffic(string systemName, long?edsmId = null)
 {
     if (string.IsNullOrEmpty(systemName))
     {
         return(null);
     }
     return(StarMapService.GetStarMapTraffic(systemName, edsmId));
 }