Example #1
0
 private void detach_Rentas(Renta entity)
 {
     this.SendPropertyChanging();
     entity.Rentador = null;
 }
Example #2
0
 private void attach_Rentas(Renta entity)
 {
     this.SendPropertyChanging();
     entity.Rentador = this;
 }
Example #3
0
 partial void UpdateRenta(Renta instance);
Example #4
0
 partial void DeleteRenta(Renta instance);
Example #5
0
 partial void InsertRenta(Renta instance);