mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-04 08:06:37 +08:00
18 lines
281 B
C#
18 lines
281 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace Yi.RBAC.Domain.Identity
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// 用户领域服务
|
|||
|
|
/// </summary>
|
|||
|
|
[AppService]
|
|||
|
|
public class UserManager
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|