Ejemplo n.º 1
0
 public bool UpdateContact(int id, string fname, string lname, int groupid, string phone, string email, string address, MemoryStream picture)
 {
     return(DALcontact.UpdateContact(id, fname, lname, groupid, phone, email, address, picture));
 }