Exemple #1
0
 private async Task <CodeLookup> GetParticipantRoles()
 {
     return(await GetDataFromCache("ParticipantRoles",
                                   async() => await _lookupClient.CodesParticipantRolesAsync()));
 }