Example #1
0
 public static int GetCommonClubCount(int clubID)
 {
     return(ClubDAL.GetCommonClubCount(clubID));
 }