Esempio n. 1
0
        public async Task <IEnumerable <SnapshotDTO> > GetProgramParticipantsByLocation(int programId)
        {
            var dto = await service.GetProgramParticipantsByLocation(programId);

            return(dto);
        }