Exemple #1
0
 public async Task <IEnumerable <Configuration> > GetConfiguration()
 {
     return(await _ctx.GetConfiguration());
 }