private void detach_PARAMs(PARAM entity) { this.SendPropertyChanging(); entity.WEBSERVICE = (WEBSERVICE)null; }
private void attach_PARAMs(PARAM entity) { this.SendPropertyChanging(); entity.WEBSERVICE = this; }