示例#1
0
 public PatientVM()
 {
     Current = new BE.Patient();
 }
示例#2
0
 public PatientVM(BE.Patient patient)
 {
     Current = patient;
 }