Example #1
0
 private void detach_Casts(Cast entity)
 {
     this.SendPropertyChanging();
     entity.Movy = null;
 }
Example #2
0
 private void attach_Casts(Cast entity)
 {
     this.SendPropertyChanging();
     entity.Movy = this;
 }
Example #3
0
 partial void UpdateCast(Cast instance);
Example #4
0
 partial void DeleteCast(Cast instance);
Example #5
0
 partial void InsertCast(Cast instance);