feat:基于furion搭建
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Yi.Furion.Rbac.Application;
|
||||
|
||||
public class SystemService : ISystemService, ITransient
|
||||
{
|
||||
public string GetDescription()
|
||||
{
|
||||
return "让 .NET 开发更简单,更通用,更流行。";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user