Esempio n. 1
0
 public Task <bool> DeleteByKey(string key)
 {
     return(keyValueProvider.DeleteByKey <T>(this.categoryName, key));
 }