예제 #1
0
 public IEnumerable <Account_Course> getCourseList(PostId data)
 {
     return(_courseServices.getCourseList(data.account));
 }