Ejemplo n.º 1
0
 public static IEnumerable <ClubGive> GetClubGive(int clubID)
 {
     return(ClubDAL.GetClubGive(clubID));
 }