示例#1
0
        public List <Prescription> GetUnpaidPrescriptionByCustomer(Customer customer)
        {
            List <Prescription> unpaidPrescriptionByCustomer = animalManager.GetUnpaidPrescriptionByCustomer(customer);

            return(unpaidPrescriptionByCustomer);
        }