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;
|
||||
|
||||
Reference in New Issue
Block a user