feat(extensions): created extensions project.

- Moved encoding extensions from application to extensions project to increase the abstraction
This commit is contained in:
Developer 02
2024-10-01 17:25:50 +02:00
parent 792aa0b922
commit 728385b70a
13 changed files with 34 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ using EnvelopeGenerator.Web.Services;
using EnvelopeGenerator.Application.Contracts;
using Microsoft.AspNetCore.Authorization;
using EnvelopeGenerator.Application;
using EnvelopeGenerator.Extensions;
namespace EnvelopeGenerator.Web.Controllers
{