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