I´m making an Web Api using entity Frameworks and Scaffolded Item, this scaffolded Item crate the methods GET,PUT,POST,DELETE but the problem is how i can create a new custom method o get data from custom query in my controller.
Somebody help me please.