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