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

@@ -6,8 +6,8 @@ using EnvelopeGenerator.Web.Services;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using System.Text.Encodings.Web;
using EnvelopeGenerator.Application.DTOs.EnvelopeHistory;
using static EnvelopeGenerator.Common.Constants;
using EnvelopeGenerator.Extensions;
namespace EnvelopeGenerator.Web.Controllers
{