Ejemplo n.º 1
0
 public static bool AddCLoginUserClub(CLoginUserClub userClub)
 {
     return(ClubDAL.AddCLoginUserClub(userClub) > 0);
 }