Refactor endpoint procedures to Endpoints.Commands namespace

Moved Delete/Insert/UpdateEndpointProcedure classes from Common.Procedures to Endpoints.Commands namespace. Updated using directives accordingly for improved code organization and maintainability. No changes to class logic.
This commit is contained in:
2026-01-16 09:41:19 +01:00
parent 6f4ab073df
commit ef9d725f59
5 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ using MediatR;
using Microsoft.Data.SqlClient;
using ReC.Application.Common.Exceptions;
using ReC.Application.EndpointAuth.Commands;
using ReC.Application.Endpoints.Commands;
using ReC.Application.OutResults.Commands;
using ReC.Application.Profile.Commands;