using System.Runtime.InteropServices; namespace DIC.Test.Data.Contracts { public interface IRepository : IRepoCommand, IRepoQuery where T : class where TId : struct { } }