generated from Integry/Template_NetMauiBlazorHybrid
8 lines
217 B
C#
8 lines
217 B
C#
using salesbook.Shared.Core.Interface.System;
|
|
|
|
namespace salesbook.Maui.Core.System;
|
|
|
|
public class GenericSystemService : IGenericSystemService
|
|
{
|
|
public string GetCurrentAppVersion() => AppInfo.VersionString;
|
|
} |