コード例 #1
0
 private void detach_visites(visite entity)
 {
     this.SendPropertyChanging();
     entity.patient = null;
 }
コード例 #2
0
 private void attach_visites(visite entity)
 {
     this.SendPropertyChanging();
     entity.patient = this;
 }
コード例 #3
0
 partial void Updatevisite(visite instance);
コード例 #4
0
 partial void Deletevisite(visite instance);
コード例 #5
0
 partial void Insertvisite(visite instance);