Ejemplo n.º 1
0
        public async Task <IActionResult> Get()
        {
            var educations = await _educationService.GetAllAsync();

            return(Ok(educations));
        }