79e5097590504c21a56fd3b6a01ea9f4bb5add3c
Introduced `GetOrCreateCommandHandler` to handle `GetOrCreateCommand` requests. The handler checks if an `Endpoint` with the specified `Uri` exists in the repository and returns it if found. If not, it creates a new `Endpoint`, saves it, and returns the newly created object. Added necessary `using` directives for repository abstraction and Entity Framework Core functionality.
Description
Languages
C#
100%