feat: Add new WebClientBase Blazor application and MktZaloService API, and update WhatsAppService and MktXService infrastructure.

This commit is contained in:
Ho Ngoc Hai
2026-01-19 01:19:00 +07:00
parent 2d731dbdb6
commit d285f1f9eb
49 changed files with 2646 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
@inherits LayoutComponentBase
<div class="page">
<div class="sidebar">
<NavMenu />
</div>
<main>
<div class="top-row px-4">
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
</div>
<article class="content px-4">
@Body
</article>
</main>
</div>