Exemple #1
0
 public async Task <ValueCollection> List([FromQuery] ValueQuery query)
 {
     return(await repo.List(query));
 }