using Infrastructure.Entities; namespace Infrastructure.Repositories; public interface IExerciceRepository : IRepository { }