7 lines
107 B
C#
7 lines
107 B
C#
namespace Yi.Furion.Rbac.Application;
|
|
|
|
public interface ISystemService
|
|
{
|
|
string GetDescription();
|
|
}
|