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