Esempio n. 1
0
        public HttpResponseMessage VRead(string type, string id, string vid)
        {
            ResourceEntry entry = service.VRead(type, id, vid);

            return(Request.ResourceResponse(entry));
        }