public PatientsPresenter(IPatientsView view)
 {
     this.View = view;
 }
Exemplo n.º 2
0
 public PatientsPresenter(IPatientsView view)
 {
     this.View = view;
 }