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