Exemple #1
0
 public Presenter(IDoctorProfile iview)
 {
     IDoctorProfile = iview;
     db             = new Database();
 }
 public DoctorProfileRepoImpl(IDoctorProfile user)
 {
     this._user = user;
 }