mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-04-19 20:18:13 +02:00
6 lines
90 B
C#
6 lines
90 B
C#
namespace DotBased.AspNet.Authority.Interfaces;
|
|
|
|
public interface IUserRepository
|
|
{
|
|
|
|
} |