Esempio n. 1
0
 public Task <List <KeyValuePair <string, T> > > ListAll()
 {
     return(keyValueProvider.ListAll <T>(this.categoryName));
 }