Ejemplo n.º 1
0
        public string GetAllHospitals()
        {
            IClinicService clinicService = new ClinicService();

            return(clinicService.GetAllHospitals());
        }