Beispiel #1
0
 private void detach_Prescriptions(Prescription entity)
 {
     this.SendPropertyChanging();
     entity.Client = null;
 }
Beispiel #2
0
 private void attach_Prescriptions(Prescription entity)
 {
     this.SendPropertyChanging();
     entity.Medicine = this;
 }
Beispiel #3
0
 private void attach_Prescriptions(Prescription entity)
 {
     this.SendPropertyChanging();
     entity.Pharmacist = this;
 }
Beispiel #4
0
 partial void DeletePrescription(Prescription instance);
Beispiel #5
0
 partial void UpdatePrescription(Prescription instance);
Beispiel #6
0
 partial void InsertPrescription(Prescription instance);