Ejemplo n.º 1
0
 public static Club GetClubByShortName(string shortName)
 {
     return(ClubDAL.GetClubByShortName(shortName));
 }