.net core mvc question
Question
Jun 22, 2021
very basic question, Just trying to fully understand what I am doing. I'm my viewmodel I have these 2 lines var documents = await departmentDocumentsRepository.GetDocumentsAsync(nodeAliasPath); var documentsModel = documents.Select(departmentDocumment => DepartmentDo...