添加用户领域
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
using NET.AutoWebApi.Setting;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Yi.Framework.Ddd.Services;
|
||||||
|
|
||||||
|
namespace Yi.RBAC.Application.Identity
|
||||||
|
{
|
||||||
|
[AppService]
|
||||||
|
public class AccountService: ApplicationService, IAutoApiService
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
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
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user