using Entities.DTO; using TechHelper.Services; namespace TechHelper.Services.Beta { public interface IKeyPointService : IBaseService { Task GetKeyPointsByLessonIdAsync(Guid lessonId); } }