コード例 #1
0
 public StudentDTO AddToWaitingList(int courseId, StudentViewModel waiting)
 {
     return(_repo.AddToWaitingList(courseId, waiting));
 }