переименования проекта-хранилища
This commit is contained in:
parent
626759b0c5
commit
d7691141c9
@ -11,7 +11,7 @@ using SecurityBusinessLogic.ViewModels;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace SecurityImplementation.Implementations
|
||||
namespace SecurityImplementation.SecurityDatabaseImplementation
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация IAccessService
|
@ -10,7 +10,7 @@ using SecurityBusinessLogic.ViewModels;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace SecurityImplementation.Implementations
|
||||
namespace SecurityImplementation.SecurityDatabaseImplementation
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация IEnviromentSettingService
|
@ -9,7 +9,7 @@ using SecurityBusinessLogic.ViewModels;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace SecurityImplementation.Implementations
|
||||
namespace SecurityImplementation.SecurityDatabaseImplementation
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация IRoleService
|
@ -9,7 +9,7 @@ using SecurityBusinessLogic.ViewModels;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace SecurityImplementation.Implementations
|
||||
namespace SecurityImplementation.SecurityDatabaseImplementation
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация IUserService
|
@ -4,12 +4,9 @@
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<OutputPath></OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Common\DatabaseCore\DatabaseCore.csproj" />
|
||||
<ProjectReference Include="..\..\Common\ModelTools\ModelTools.csproj" />
|
||||
<ProjectReference Include="..\SecurityBusinessLogic\SecurityBusinessLogic.csproj" />
|
||||
</ItemGroup>
|
||||
|
@ -2,9 +2,9 @@
|
||||
using ModelTools.Interfaces;
|
||||
using SecurityBusinessLogic.BusinessLogics;
|
||||
using SecurityBusinessLogic.Interfaces;
|
||||
using SecurityImplementation.Implementations;
|
||||
using SecurityImplementation.SecurityDatabaseImplementation;
|
||||
|
||||
namespace SecurityImplementation
|
||||
namespace SecurityDatabaseImplementation
|
||||
{
|
||||
public class SecurityLoaderExtensions : IImplementationExtension
|
||||
{
|
Loading…
Reference in New Issue
Block a user