Exemple #1
0
 public FillHistory(EventRefill refill, Pharmacist pharmacist, DateTime date)
 {
     EventRefill = refill;
     Pharmacist  = pharmacist;
     Date        = date;
 }