Exemplo n.º 1
0
 public bool CoachCreate(Coach coach)
 {
     return(_coachDAL.CoachCreate(coach));
 }