Пример #1
0
        public JsonResult GetGoalieSeason([FromQuery] StatParametersDto statParametersDto)
        {
            WebsiteService service = new WebsiteService();
            var            dto     = service.GetSeasonGoalieTable(statParametersDto);

            return(new JsonResult(dto));
        }