using Entities.DTO; namespace TechHelper.Services.Beta { /// /// Lesson服务接口 /// public interface ILessonService : IBaseService { } }