Files
pos-system/services/iam-service-net/IamService.slnx
Ho Ngoc Hai 07f96a8eb2 feat(docs): Enhance Vietnamese documentation with new sections and updates
- Added new sections on API Design, Caching Patterns, and Testing Patterns to the Vietnamese documentation.
- Updated sidebar configurations for improved navigation and accessibility.
- Removed outdated onboarding guides to streamline content and focus on relevant resources.
2026-01-12 13:36:53 +07:00

12 lines
485 B
Plaintext

<Solution>
<Folder Name="/src/">
<Project Path="src/IamService.API/IamService.API.csproj" />
<Project Path="src/IamService.Domain/IamService.Domain.csproj" />
<Project Path="src/IamService.Infrastructure/IamService.Infrastructure.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/IamService.FunctionalTests/IamService.FunctionalTests.csproj" />
<Project Path="tests/IamService.UnitTests/IamService.UnitTests.csproj" />
</Folder>
</Solution>