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