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