feat(ClientUser): Repository-Schnittstelle erstellt
This commit is contained in:
parent
76f57676b1
commit
ae729198b9
@ -0,0 +1,9 @@
|
|||||||
|
using DigitalData.Core.Abstractions.Infrastructure;
|
||||||
|
using DigitalData.UserManager.Domain.Entities;
|
||||||
|
|
||||||
|
namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||||
|
{
|
||||||
|
public interface IClientUserRepository : ICRUDRepository<ClientUser, int>
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user