feat(Contracts): IProfileRepository als eine Implementierung von ICRUDRepository erstellt
This commit is contained in:
parent
3d35c1ab21
commit
f0b182fb94
9
WorkFlow.Infrastructure/Contracts/IProfileRepository.cs
Normal file
9
WorkFlow.Infrastructure/Contracts/IProfileRepository.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using DigitalData.Core.Abstractions.Infrastructure;
|
||||
using WorkFlow.Domain.Entities;
|
||||
|
||||
namespace WorkFlow.Infrastructure.Contracts
|
||||
{
|
||||
public interface IProfileRepository : ICRUDRepository<Profile, int>
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user