public void UpdateGebruiker(DataContract.Contract.Gebruiker contact) { var repo = new Repository.Gebruiker(); repo.UpdateGebruiker(contact); }
public void UpdateGebruiker(DataContract.Contract.Gebruiker contact) { this.UpdateGebruiker(contact); }