pappyangel / APIOne

0 stars 0 forks source link

Add ActionResults<T> for API calls #31

Open MSFTJim opened 3 years ago

MSFTJim commented 3 years ago

Need to change the method return type to ActionResults for all APIs that return multiple return types.

MSFTJim commented 3 years ago

Definition of Done

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