Esempio n. 1
0
        public async Task <IActionResult> GetAll()
        {
            var role = await _dispatchService.GetAllAsync();

            return(Ok(role));
        }