Renamed folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace ApplicationLayer.GeneralNeededServices
|
||||
namespace ApplicationLayer.InfrastructureServicesInterfaces
|
||||
{
|
||||
public interface IDateTimeProvider
|
||||
{//todo rename folder
|
||||
@@ -1,6 +1,6 @@
|
||||
using Domains;
|
||||
|
||||
namespace ApplicationLayer.GeneralNeededServices;
|
||||
namespace ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
|
||||
/// <summary>
|
||||
/// Generic repository pattern
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ApplicationLayer.GeneralNeededServices;
|
||||
namespace ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
|
||||
public interface IUnitOfWork
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using Domains.ApplicantDomain;
|
||||
|
||||
namespace ApplicationLayer.Services.Applicants.NeededServices;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using Domains.Users;
|
||||
|
||||
namespace ApplicationLayer.Services.AuthServices.NeededServices
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using ApplicationLayer.Services.Applicants.NeededServices;
|
||||
using ApplicationLayer.Services.AuthServices.NeededServices;
|
||||
using ApplicationLayer.Services.AuthServices.RegisterService.Exceptions;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using Domains.LocationDomain;
|
||||
|
||||
namespace ApplicationLayer.Services.Locations.NeededServices;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using Domains.LocationDomain;
|
||||
|
||||
namespace ApplicationLayer.Services.Locations.NeededServices;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using ApplicationLayer.Services.Locations.NeededServices;
|
||||
using ApplicationLayer.Services.Locations.RequestHandlers.Exceptions;
|
||||
using ApplicationLayer.Services.Locations.Requests;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using ApplicationLayer.Services.Applicants.NeededServices;
|
||||
using ApplicationLayer.Services.Locations.NeededServices;
|
||||
using ApplicationLayer.Services.VisaApplications.Models;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using Domains.VisaApplicationDomain;
|
||||
|
||||
namespace ApplicationLayer.Services.VisaApplications.NeededServices;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using ApplicationLayer.Services.AuthServices.NeededServices;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using System.Security.Claims;
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using ApplicationLayer.Services.AuthServices.NeededServices;
|
||||
using Domains.Users;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
|
||||
namespace Infrastructure.Common
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System.Reflection;
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using Infrastructure.Database.Generic;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using Domains;
|
||||
using Infrastructure.Database.GeneralExceptions;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using Domains;
|
||||
|
||||
namespace Infrastructure.Database.Generic;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ApplicationLayer.GeneralNeededServices;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using ApplicationLayer.Services.Applicants.NeededServices;
|
||||
using ApplicationLayer.Services.AuthServices.NeededServices;
|
||||
using ApplicationLayer.Services.Locations.NeededServices;
|
||||
|
||||
Reference in New Issue
Block a user