Esempio n. 1
0
 public PrescriptionVM()
 {
     Current = new BE.Prescription();
 }
Esempio n. 2
0
 public PrescriptionVM(BE.Prescription pre)
 {
     Current = pre;
 }