public async Task <IActionResult> GetOrderlocations([FromQuery] OrderlocationParameters orderlocationParameters) { var result = await orderlocationService.GetOrderlocations(orderlocationParameters); return(StatusCode((int)result.Code, result.Value)); }