HI [~austincunningham],
The name of the method is GetAppByID if you need return just actives one in the REST endpoint and you will change the repo method to do it then I'd like to suggest you also change the name for something that makes it clear.
*Why I am saying that?*
Because the project may have or will have services that need to use GetAppByID in order to get the details to do further operations. For Example, the service has the ID but need to obtain the APP_ID. Also to check if the app exists or not before creating/update someone and in this scenario will be required to check all and not just the active.
So, the idea here is just highlighted this these above scenarios for you beware when you will make this change.
I hope that it makes sense.
c/c @david ff |
|