Beispiel #1
0
 public DoctorVM()
 {
     Current = new BE.Doctor();
 }
Beispiel #2
0
 public DoctorVM(BE.Doctor doctor)
 {
     Current = doctor;
 }