Refactored EndpointParam by removing all Entity Framework Core data annotations and related using directives. The class now contains only plain C# properties, with database mapping responsibilities likely moved to Fluent API or another ORM configuration approach.