using Core.Blueprint.Domain.Entities; namespace Core.Blueprint.DAL.Infrastructure.Contracts { public interface ISampleItemRepository : IRepositoryIdentityBase { } }