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