Example #1
0
        public async Task <IEnumerable <Nurse> > BuscarNursePerHospital(Guid id)
        {
            var response = await _nurseRepository.GetAllPerHospital(id);

            return(response);
        }