Example #1
0
 public DoctorTestVM()
 {
     _doctorw = new DoctorW(new Doctor());
 }
Example #2
0
 public DoctorTestVM(IModelCommon doctor)
 {
     _doctorw = new DoctorW(doctor as Doctor);
 }