mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-07 02:00:51 +08:00
7 lines
116 B
C#
7 lines
116 B
C#
namespace Yi.Framework.Rbac.Application.Contracts.IServices
|
|
{
|
|
public interface IAccountService
|
|
{
|
|
}
|
|
}
|