feat:框架基础设施搭建
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
namespace Yi.Furion.Rbac.Application;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Yi.Furion.Rbac.Application;
|
||||
|
||||
public class SystemService : ISystemService, ITransient
|
||||
{
|
||||
private readonly ISqlSugarClient _sqlSugarClient;
|
||||
public SystemService(ISqlSugarClient sqlSugarClient)
|
||||
{
|
||||
_sqlSugarClient=sqlSugarClient;
|
||||
}
|
||||
public string GetDescription()
|
||||
{
|
||||
return "让 .NET 开发更简单,更通用,更流行。";
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Yi.Furion.Rbac.Core\Yi.Furion.Rbac.Core.csproj" />
|
||||
<ProjectReference Include="..\Yi.Framework.Infrastructure\Yi.Framework.Infrastructure.csproj" />
|
||||
<ProjectReference Include="..\Yi.Furion.Rbac.EntityFramework.Core\Yi.Furion.Rbac.Sqlsugar.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user