refactor(Extension): move to Application.Extensions and remove the project.

- update references
This commit is contained in:
Developer 02
2025-08-28 18:46:55 +02:00
parent a343312f97
commit 0b879b2f5b
23 changed files with 19 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
using EnvelopeGenerator.Extensions;
using EnvelopeGenerator.Application.Extensions;
using MediatR;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;