Exemple #1
0
 public async Task <List <ConfigItem> > GetAll()
 {
     return(await _repository.GetItemsAsync());
 }