mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
add login service
This commit is contained in:
9
OpenAuth.Domain/Interface/IUserRepository.cs
Normal file
9
OpenAuth.Domain/Interface/IUserRepository.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using OpenAuth.Domain.Model;
|
||||
|
||||
namespace OpenAuth.Domain.Interface
|
||||
{
|
||||
public interface IUserRepository
|
||||
{
|
||||
User FindBy(string username);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user