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