Ejemplo n.º 1
0
 public bool checkIdContatct(int contact_id)
 {
     return(DALcontact.checkIdContatct(contact_id));
 }