Fixed namespaces

This commit is contained in:
2024-08-21 16:43:25 +03:00
parent a0d002b465
commit f857ba90f8
8 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
using Domains.ApplicantDomain;
using Infrastructure.Database.GeneralExceptions;
using ApplicationLayer.Services.GeneralExceptions;
using Domains.ApplicantDomain;
namespace Infrastructure.Database.Applicants.Repositories.Exceptions
{

View File

@@ -1,6 +1,6 @@
using ApplicationLayer.InfrastructureServicesInterfaces;
using ApplicationLayer.Services.GeneralExceptions;
using Domains;
using Infrastructure.Database.GeneralExceptions;
using Microsoft.EntityFrameworkCore;
namespace Infrastructure.Database.Generic;