Ejemplo n.º 1
0
        public async Task <IActionResult> GetEducators(long id)
        {
            var result = await _tenantAppService.GetEducators(id);

            return(Ok(result));
        }