Renamed folder

This commit is contained in:
2024-08-20 17:00:01 +03:00
parent 564fd1ddbf
commit d082ff90e5
18 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
using ApplicationLayer.GeneralNeededServices;
using ApplicationLayer.InfrastructureServicesInterfaces;
using Domains;
using Infrastructure.Database.GeneralExceptions;
using Microsoft.EntityFrameworkCore;

View File

@@ -1,4 +1,4 @@
using ApplicationLayer.GeneralNeededServices;
using ApplicationLayer.InfrastructureServicesInterfaces;
using Domains;
namespace Infrastructure.Database.Generic;