Exemplo n.º 1
0
        public async Task <IActionResult> BackEducationContent(Guid Id, Guid UserEducationId)
        {
            var education = await _userEducationService.BackByEducationContentId(Id, UserEducationId);

            return(View("EducationContent", education));
        }