Ejemplo n.º 1
0
 public static Int64 GetClubWeekTotal(int clubID)
 {
     return(ClubDAL.GetClubWeekTotal(clubID));
 }