This commit is contained in:
mmrbnjd
2024-11-15 18:38:55 +03:30
parent e5e36e34c0
commit 6fe0cee3ef
17 changed files with 304 additions and 78 deletions

View File

@@ -34,10 +34,6 @@
@code{
public string description { get; set; } = "سامانه ای برای مدیریت صورتحساب های فروش با الگوی سازمان امورمالیاتی کشور و ارسال صورت حساب به سامانه مودیان";
protected override async Task OnInitializedAsync()
{
await fv.SetUlr("Main");
await base.OnInitializedAsync();
}
}