修改仓储批量更新和批量删除方法

This commit is contained in:
2022-04-19 09:01:59 +08:00
parent 7c1fdde2f3
commit eda7ac40bf
53 changed files with 316 additions and 254 deletions
-2
View File
@@ -12,7 +12,6 @@ using IRaCIS.Core.IdentityServer4.Account;
using IdentityServer4.Configuration;
using Microsoft.EntityFrameworkCore;
using IRaCIS.Core.Infra.EFCore;
using IRaCIS.Core.Infra.EFCore.AuthUser;
using IdentityServer4.Services;
using ReturnUrlParser = IRaCIS.Core.IdentityServer4.Account.ReturnUrlParser;
using Microsoft.AspNetCore.Http;
@@ -47,7 +46,6 @@ namespace IRaCIS.Core.IdentityServer4
}, ServiceLifetime.Scoped);
services.AddScoped<IUserInfo, UserInfo>();
services.AddTransient<IReturnUrlParser, ReturnUrlParser>();
services.AddScoped(typeof(IRepository<>), typeof(Repository<>));