refactor(EnvelopeGenerator.Common): umbenennen in EnvelopeGenerator.CommonService

This commit is contained in:
Developer 02
2025-05-26 11:14:12 +02:00
parent a5261baec5
commit c1d46b446a
120 changed files with 93 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
using EnvelopeGenerator.Common;
using EnvelopeGenerator.CommonServices;
using MediatR;
namespace EnvelopeGenerator.Application.EmailTemplates.Commands.Reset;

View File

@@ -1,4 +1,4 @@
using EnvelopeGenerator.Common;
using EnvelopeGenerator.CommonServices;
namespace EnvelopeGenerator.Application.EmailTemplates;

View File

@@ -1,7 +1,7 @@
using AutoMapper;
using EnvelopeGenerator.Application.Contracts.Repositories;
using EnvelopeGenerator.Application.DTOs;
using EnvelopeGenerator.Common;
using EnvelopeGenerator.CommonServices;
using MediatR;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;