Beispiel #1
0
 partial void Deletephone(phone instance);
Beispiel #2
0
 partial void Updatephone(phone instance);
Beispiel #3
0
 private void detach_phones(phone entity)
 {
     this.SendPropertyChanging();
     entity.User = null;
 }
Beispiel #4
0
 partial void Insertphone(phone instance);
Beispiel #5
0
 private void attach_phones(phone entity)
 {
     this.SendPropertyChanging();
     entity.User = this;
 }