public JsonResult GetSkaterCareer([FromQuery] StatParametersDto statParametersDto) { WebsiteService service = new WebsiteService(); var dto = service.GetCareerSkaterTable(statParametersDto); return(new JsonResult(dto)); }