Added EnvelopeReceiverService to web client application.

This commit is contained in:
Developer 02
2024-06-18 11:09:13 +02:00
parent c0a6103eb2
commit cc3f6efbd7
17 changed files with 108 additions and 37 deletions

View File

@@ -2,8 +2,6 @@
using EnvelopeGenerator.Application.Contracts;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using System.DirectoryServices.Protocols;
namespace EnvelopeGenerator.GeneratorAPI.Controllers
{