Esempio n. 1
0
 public Task AddOrUpdate(string key, T value)
 {
     return(keyValueProvider.AddOrUpdate(this.categoryName, key, value));
 }