Ejemplo n.º 1
0
 public static Contact GetContactForEmail(string email, int clubId)
 {
     return(ContactDAL.GetContactForEmail(email, clubId));
 }