Beispiel #1
0
 public async Task <CodeValue> GetCourtRooms()
 {
     return(await GetDataFromCache($"Locations-Rooms", async() => await _locationClient.LocationsRoomsAsync()));
 }