put in ignore file
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using FamilyTreeAPI.Entities;
|
||||
|
||||
namespace FamilyTreeAPI.Interface;
|
||||
public interface IUserService
|
||||
{
|
||||
|
||||
Task<ResultModel<AuthenticateResponse>> LoginApiAD(AuthenticateRequest model, string remoteIpAddress);
|
||||
Task<ResultModel<AuthenticateResponse>> Login(AuthenticateRequest model);
|
||||
Task<ResultModel<int>> Logout(string token, UserDto user, string remoteIpAddress);
|
||||
|
||||
// Task<ResultModel<User>> SearchApiStaff(string staffLinkNo);
|
||||
// Task<ResultModel<User>> SearchADStaff(string staffLinkNo);
|
||||
}
|
||||
Reference in New Issue
Block a user