Commit d64363f0 authored by 黄奎's avatar 黄奎

页面修改

parent c8e61086
......@@ -86,5 +86,12 @@ namespace EduSpider.IServices
/// <param name="model"></param>
/// <returns></returns>
public bool SetStuComment(RB_Stu_Comment model);
/// <summary>
/// 获取学员评价列表
/// </summary>
/// <param name="query"></param>
/// <returns></returns>
public List<RB_Stu_Comment> GetStuCommentList(CourseQuery query);
}
}
......@@ -345,5 +345,16 @@ namespace EduSpider.Services
{
return StuCommentRepository.SetStuCommentRepository(model);
}
/// <summary>
/// 获取学员评价列表
/// </summary>
/// <param name="query"></param>
/// <returns></returns>
public List<RB_Stu_Comment> GetStuCommentList(CourseQuery query)
{
var list = StuCommentRepository.GetStuCommentListRepository(query);
return list;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment