public MedRegistratorPatientPresenter(IMedRegistratorPatientForm view, int id) { _service = new MedRegistratorPatientService(id); _view = view; _checkBoxCounter = new CheckBoxCounter(); }
public DoctorPatientPresenter(IDoctorPatientForm view, int id) { _service = new DoctorPatientService(id); _view = view; _checkBoxCounter = new CheckBoxCounter(); }