feat: implement VAT management service and integrate VAT calculations across components
This commit is contained in:
@@ -38,6 +38,8 @@ public partial class MainLayout : IDisposable
|
||||
|
||||
if (_isAuthenticated)
|
||||
{
|
||||
// لود سبد خرید فقط برای کاربر لاگین شده
|
||||
await CartService.EnsureInitializedAsync();
|
||||
CartService.OnChange += OnCartChanged;
|
||||
_cartCount = CartService.Count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user