Aggiunta versione app a video

This commit is contained in:
2025-11-14 12:40:17 +01:00
parent e338e7d253
commit 3fd5410bf5
8 changed files with 47 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
using salesbook.Shared.Core.Interface.System;
namespace salesbook.Maui.Core.System;
public class GenericSystemService : IGenericSystemService
{
public string GetCurrentAppVersion() => AppInfo.VersionString;
}