Exemplo n.º 1
0
        public HttpResponseMessage DeleteFuelOrderCustomerPricing(int id)
        {
            SuccessResponse response = new SuccessResponse();

            FuelOrderCustomerPricingsService.DeleteFuelOrderCustomerPricing(id);
            return(Request.CreateResponse(response));
        }