Beispiel #1
0
 public Result DeleteCoachCompetiton(string MemberId, string Competiton)
 {
     return(Repository.DeleteCoachCompetiton(MemberId, Competiton));
 }