namespace DIC.Test.Data.Contracts { public interface IRepoReadOnly : IRepoQuery where T : class where TId : struct { } }