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