feat(ClientUser): Repository-Schnittstelle erstellt
This commit is contained in:
@@ -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>
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user