Open MSFTJim opened 3 years ago
Need to change the method return type to ActionResults for all APIs that return multiple return types.
1) Method invocation include ActionResult
2) Call the SQL method in question SQL Method needs to return handle and return details
3) Interpret SQL return
4) return HTTP result OR
5) return C# class
Need to change the method return type to ActionResults for all APIs that return multiple return types.