feat:框架基础设施搭建

This commit is contained in:
橙子
2023-04-12 22:52:09 +08:00
parent 5efdffcda8
commit 18696ec542
572 changed files with 26077 additions and 25 deletions

View File

@@ -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 开发更简单,更通用,更流行。";