添加导航属性
This commit is contained in:
@@ -30,5 +30,12 @@ namespace Yi.Framework.Interface
|
||||
/// <param name="userAction"></param>
|
||||
/// <returns></returns>
|
||||
public Task<bool> Register(UserEntity userEntity, Action<UserEntity> userAction = null);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 导航属性关联角色
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<List<UserEntity>> GetListInRole();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user