using DigitalData.Core.Abstractions.Infrastructure; using WorkFlow.Domain.Entities; namespace WorkFlow.Infrastructure.Contracts { public interface IStateRepository : ICRUDRepository { } }