Exemplo n.º 1
0
 public async Task <RightCollection> List([FromQuery] RightQuery query)
 {
     return(await repo.List(query));
 }