public IActionResult GarageByService([FromQuery] int sid) { var result = garageService.GetGaragebyService(sid); return(new OkObjectResult(result)); }