Login fejlesztése
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
namespace WorkFlowCheck.Web.Services.Interfaces
|
||||
using WorkFlowCheck.Common.DTO;
|
||||
|
||||
namespace WorkFlowCheck.Web.Services.Interfaces
|
||||
{
|
||||
public interface IUserService
|
||||
{
|
||||
Task<ApiResponseDTO<UserDTO>> Authenticate(string username, string password);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user