コード例 #1
0
 public MedRegistratorPatientPresenter(IMedRegistratorPatientForm view, int id)
 {
     _service         = new MedRegistratorPatientService(id);
     _view            = view;
     _checkBoxCounter = new CheckBoxCounter();
 }
コード例 #2
0
 public DoctorPatientPresenter(IDoctorPatientForm view, int id)
 {
     _service         = new DoctorPatientService(id);
     _view            = view;
     _checkBoxCounter = new CheckBoxCounter();
 }