Example #1
0
 public EventRefill(Prescription prescription, Event Event)
 {
     Prescription = prescription;
     this.Event   = Event;
 }
Example #2
0
 public EventRefill(Prescription prescription)
 {
     Prescription = prescription;
 }