Example #1
0
 public static IEnumerable <ClubInfo> GetClubInfo(int id)
 {
     return(ClubDAL.GetClubInfo(id));
 }