Ejemplo n.º 1
0
 public async Task <string> Get(string key)
 {
     return(await _appSettingsService.Get(key));
 }