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