feat: 完成合并

This commit is contained in:
陈淳
2023-02-22 19:21:21 +08:00
parent 49acf0c7c9
commit 8639372513
30 changed files with 61 additions and 43 deletions

View File

@@ -7,10 +7,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cike.AutoApi" Version="1.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.13" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="NET.AutoApi" Version="1.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>

View File

@@ -1,5 +1,4 @@
using NET.AutoWebApi.Helper;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;

View File

@@ -122,7 +122,7 @@ namespace Yi.Framework.Ddd.Services
/// <param name="id"></param>
/// <returns></returns>
/// <exception cref="ArgumentNullException"></exception>
public async Task<bool> DeleteAsync(string id)
public virtual async Task<bool> DeleteAsync(string id)
{
if (id is null)
{