test: 完善单元测试
This commit is contained in:
@@ -6,8 +6,10 @@ namespace Yi.Framework.Rbac.Application.Contracts.IServices
|
||||
{
|
||||
public interface IAccountService : IApplicationService
|
||||
{
|
||||
Task<UserRoleMenuDto> Get();
|
||||
Task<UserRoleMenuDto> GetAsync();
|
||||
Task<CaptchaImageDto> GetCaptchaImageAsync();
|
||||
Task<object> PostLoginAsync(LoginInputVo input);
|
||||
Task PostRegisterAsync(RegisterDto input);
|
||||
Task<bool> RestPasswordAsync(Guid userId, RestPasswordDto input);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user