using Ardalis.Specification; namespace PracticeCalendar.Domain.Common.Interfaces { public interface IRepository : IRepositoryBase where T : class, IAggregateRoot { } }