Example #1
0
 public static bool DeleteCLoginUserClub(CLoginUserClub userClub)
 {
     return(ClubDAL.DeleteCLoginUserClub(userClub) > 0);
 }