generated from Integry/Template_NetMauiBlazorHybrid
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
@using salesbook.Shared.Core.Interface.System
|
|
@inject IGenericSystemService GenericSystemService
|
|
|
|
<div class="app-version">
|
|
<span>@($"v{GenericSystemService.GetCurrentAppVersion()}")</span>
|
|
</div> |