I was wondering if it is possible to pass DataManagerRequests directly to my WebAPI-Controllers or classes in my BusinessLogic.
I don't really like to have to write a custom Adaptor. I would like to write an extension method which accepts a DataManagerRequest object.