Beispiel #1
0
        public List <Prescription> GetAllPrescriptionByAnimal(int animalID)
        {
            List <Prescription> getAllPrescriptionByAnimal = animalManager.GetAllPrescriptionByAnimal(animalID);

            return(getAllPrescriptionByAnimal);
        }