private void detach_clientes(cliente entity) { this.SendPropertyChanging(); entity.tipos_cliente = null; }
private void attach_clientes(cliente entity) { this.SendPropertyChanging(); entity.tipos_cliente = this; }
partial void Updatecliente(cliente instance);
partial void Deletecliente(cliente instance);
partial void Insertcliente(cliente instance);