Beispiel #1
0
        public async Task <IEnumerable <OutbackScope> > Get()
        {
            var clients = await _scopeService.GetAll();

            return(clients);
        }