Exemplo n.º 1
0
        public List <Appointment> getAppointmentByIdentityCardBusiness(string identityCard)
        {
            List <Appointment> appointmentsList = appointmentData.getAppointmentByIdentityCardData(identityCard);

            return(appointmentsList);
        }