public void ClearAllPortStationCSTExistToEmpty() { List <APORTSTATION> port_stations = CacheManager.getALLPortStation(); if (port_stations != null) { port_stations.ForEach((port_station) => port_station.CST_ID = string.Empty); } }
public List <APORTSTATION> loadPortStations() { return(CacheManager.getALLPortStation()); }