feat: 完成测试框架搭建
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using Yi.Framework.Rbac.Domain.Shared.Dtos;
|
||||
using Yi.Framework.Rbac.Application.Contracts.Dtos.Account;
|
||||
using Yi.Framework.Rbac.Domain.Shared.Dtos;
|
||||
|
||||
namespace Yi.Framework.Rbac.Application.Contracts.IServices
|
||||
{
|
||||
public interface IAccountService
|
||||
{
|
||||
Task<UserRoleMenuDto> Get();
|
||||
Task<object> PostLoginAsync(LoginInputVo input);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user