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