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