1
[ HttpPost ]
    public async Task< IHttpActionResult > Calculate(MeasureCalculationRequest measureCalculationRequest )
  • I have a REST API which will give me list of records based on the pagination I - pass in request.
  • I am trying to create a Export to CSV API wrapper on top of Exisitng API. How can I do that?
  • Also i would like to know if there are any design patterns I should follow.
Codex
  • 1,153
  • 1
  • 20
  • 31

0 Answers0