Given a controller Proxy and an action of GetInformation. I want to be able to call the method GetInformation of the Users c
Proxy
GetInformation
Users
Another way can be:
IQueryable GetInformation()
without using the IHttpActionResult return type. Your method will still remain an Http GET method and then call it in the same way as you call any class method.