Exemplo n.º 1
0
 public Coach CoachSelect(int id_Coach)
 {
     return(_coachDAL.CoachSelect(id_Coach));
 }