Beispiel #1
0
 public EditPatientPresenter(IEditPatientView view, int patientId)
 {
     this.View = view;
     this.Load(patientId);
 }
 public EditPatientPresenter(IEditPatientView view, int patientId)
 {
     this.View = view;
     this.Load(patientId);
 }
Beispiel #3
0
 public EditPatientPresenter(IEditPatientView view)
 {
     this.View = view;
 }
 public EditPatientPresenter(IEditPatientView view)
 {
     this.View = view;
 }