示例#1
0
        public void ProvideTreatment()
        {
            Console.WriteLine("The Patient Should Take The Following Medication : " + Medication + " In The Following Manner : " + Dose);
            Receptionist RP = new Receptionist();

            RP.CollectPayment();
        }