Exemplo n.º 1
0
        public Prescription CreatePrescription(Prescription prescription)
        {
            Prescription createPrescription = animalManager.CreatePrescription(prescription);

            return(createPrescription);
        }