Example #1
0
 private void detach_eNotebooks(eNotebook entity)
 {
     this.SendPropertyChanging();
     entity.eProcesador = null;
 }
Example #2
0
 private void attach_eNotebooks(eNotebook entity)
 {
     this.SendPropertyChanging();
     entity.eMarca = this;
 }
Example #3
0
 partial void DeleteeNotebook(eNotebook instance);
Example #4
0
 partial void UpdateeNotebook(eNotebook instance);
Example #5
0
 partial void InserteNotebook(eNotebook instance);
Example #6
0
 private void detach_eNotebooks(eNotebook entity)
 {
     this.SendPropertyChanging();
     entity.eAlmacenamiento = null;
 }