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