Exemple #1
0
 public async Task <ConfigItem> GetItemAsync(string id)
 {
     return(await _repository.GetItemAsync(id));
 }