コード例 #1
0
 public List <CoachTrainingProgram> GetTrainingProgram(string MemberId)
 {
     return(Repository.GetTrainingProgram(MemberId));
 }