Exemple #1
0
        public async Task <IEnumerable <SupervisorApiModel> > ListSupervisorsAsync()
        {
            var applications = await _registryServiceHandler.ListAllSupervisorsAsync(true).ConfigureAwait(false);

            return(applications);
        }