Beispiel #1
0
 public async Task <CodeValue> GetLocations() => await GetDataFromCache("Locations", async() => await _locationClient.LocationsAsync(null, true, true));