Ejemplo n.º 1
0
        public NegotiatedContentResult <GetDriverListResponse> PostGetDriverList([FromBody] GetDriverListRequest request)
        {
            GetDriverListResponse resp = _ordersServices.GetDriverList(request);

            return(Content(HttpStatusCode.OK, resp));
        }