Пример #1
0
        public HttpResponseMessage Get(string cusId)
        {
            CustomService.AllocatCustomServiceClient obj = new AllocatCustomServiceClient();
            var response = obj.RetrieveCustomerProfile(cusId);

            return(Request.CreateResponse(HttpStatusCode.OK, response));
        }