Exemplo n.º 1
0
 /// <summary>
 /// Method used to remove a drug from the list.
 /// </summary>
 /// <param name="drug">The drug to be removed.</param>
 public void removeDrug(Drug drug)
 {
     Prescription.removeDrug(drug);
 }