7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
@using SteUp.Shared.Core.Interface.System
|
|
@inject IGenericSystemService GenericSystemService
|
|
|
|
<div class="app-version">
|
|
<span>@GenericSystemService.GetCurrentAppVersion()</span>
|
|
</div>
|