Пример #1
0
        public IActionResult Get(int serviceId, int lawyerId)
        {
            var service = ServiceService.GetByLawyerId(serviceId, lawyerId);

            return(Ok(service));
        }