Beispiel #1
0
 public async Task <IActionResult> GetAll([FromQuery] PaginationFilter filter)
 {
     return(Ok(await _profilesService.GetAllAsync(filter)));
 }