partial void DeleteNotificacione(Notificacione instance);
partial void UpdateNotificacione(Notificacione instance);
private void detach_Notificaciones(Notificacione entity) { this.SendPropertyChanging(); entity.Usuario = null; }
partial void InsertNotificacione(Notificacione instance);
private void detach_Notificaciones(Notificacione entity) { this.SendPropertyChanging(); entity.Convocatoria = null; }