Exemple #1
0
 public Result DeleteCoachCourse(string MemberId, int Course)
 {
     return(Repository.DeleteCoachCourse(MemberId, Course));
 }