1
This commit is contained in:
17
iMES.System/IServices/System/Partial/ISys_UserService.cs
Normal file
17
iMES.System/IServices/System/Partial/ISys_UserService.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.Utilities;
|
||||
using iMES.Entity.DomainModels;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_UserService
|
||||
{
|
||||
|
||||
Task<WebResponseContent> Login(LoginInfo loginInfo, bool verificationCode = true);
|
||||
Task<WebResponseContent> ReplaceToken();
|
||||
Task<WebResponseContent> ModifyPwd(string oldPwd, string newPwd);
|
||||
Task<WebResponseContent> GetCurrentUserInfo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user