private void detach_Prestamos(Prestamo entity) { this.SendPropertyChanging(); entity.Usuario = null; }
private void attach_Prestamos(Prestamo entity) { this.SendPropertyChanging(); entity.Usuario = this; }
partial void UpdatePrestamo(Prestamo instance);
partial void DeletePrestamo(Prestamo instance);
partial void InsertPrestamo(Prestamo instance);