feat:完善模块化+缩略图模块
This commit is contained in:
@@ -18,7 +18,6 @@ using Yi.Framework.Core.Enums;
|
||||
using Yi.Framework.Core.Exceptions;
|
||||
using Yi.Framework.Ddd.Repositories;
|
||||
using Yi.Framework.Ddd.Services;
|
||||
using Yi.Framework.ThumbnailSharp;
|
||||
using Yi.RBAC.Application.Contracts.Identity;
|
||||
using Yi.RBAC.Application.Contracts.Identity.Dtos.Account;
|
||||
using Yi.RBAC.Domain.Identity;
|
||||
|
||||
@@ -6,7 +6,6 @@ using Yi.Framework.Ddd.Services;
|
||||
using Yi.Framework.Ddd.Dtos;
|
||||
using SqlSugar;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Cike.AutoWebApi.Setting;
|
||||
|
||||
namespace Yi.RBAC.Application.Identity
|
||||
{
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
<ProjectReference Include="..\..\..\module\Yi.Framework.FileManager\Yi.Framework.FileManager.csproj" />
|
||||
<ProjectReference Include="..\..\..\module\Yi.Framework.OperLogManager\Yi.Framework.OperLogManager.csproj" />
|
||||
<ProjectReference Include="..\..\..\module\Yi.Framework.Sms.Aliyun\Yi.Framework.Sms.Aliyun.csproj" />
|
||||
<ProjectReference Include="..\..\..\module\Yi.Framework.ThumbnailSharp\Yi.Framework.ThumbnailSharp.csproj" />
|
||||
<ProjectReference Include="..\Yi.RBAC.Domain.Shared\Yi.RBAC.Domain.Shared.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
@@ -15,7 +15,6 @@ using Yi.Framework.EventBus;
|
||||
using Yi.Framework.FileManager;
|
||||
using Yi.Framework.OperLogManager;
|
||||
using Yi.Framework.Sms.Aliyun;
|
||||
using Yi.Framework.ThumbnailSharp;
|
||||
using Yi.RBAC.Domain.Logs;
|
||||
using Yi.RBAC.Domain.Shared;
|
||||
|
||||
@@ -24,7 +23,6 @@ namespace Yi.RBAC.Domain
|
||||
[DependsOn(
|
||||
typeof(YiRBACDomainSharedModule),
|
||||
typeof(YiFrameworkDataModule),
|
||||
typeof(YiFrameworkThumbnailSharpModule),
|
||||
typeof(YiFrameworkEventBusModule),
|
||||
typeof(YiFrameworkOperLogManagerModule),
|
||||
typeof(YiFrameworkFileManagerModule),
|
||||
|
||||
Reference in New Issue
Block a user