Exemplo n.º 1
0
        public List <Animal> GetManyAnimalByCustomerID(Customer customer)
        {
            List <Animal> animals = animalManager.GetManyAnimalByCustomerID(customer);

            return(animals);
        }