Exemplo n.º 1
0
 public EventRefill(Prescription prescription, Event Event)
 {
     Prescription = prescription;
     this.Event   = Event;
 }
Exemplo n.º 2
0
 public EventRefill(Prescription prescription)
 {
     Prescription = prescription;
 }