feat(WfState): Wf-Präfix aus Entität, Repository und DbSet entfernt
This commit is contained in:
@@ -3,7 +3,7 @@ using WorkFlow.Domain.Entities;
|
||||
|
||||
namespace WorkFlow.Infrastructure.Contracts
|
||||
{
|
||||
public interface IWfStateRepository : ICRUDRepository<WfState, int>
|
||||
public interface IStateRepository : ICRUDRepository<State, int>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user