Esempio n. 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);
 }
Esempio n. 3
0
 public EditPatientPresenter(IEditPatientView view)
 {
     this.View = view;
 }
 public EditPatientPresenter(IEditPatientView view)
 {
     this.View = view;
 }