generated from Integry/Template_NetMauiBlazorHybrid
6 lines
131 B
C#
6 lines
131 B
C#
namespace salesbook.Shared.Core.Interface.System;
|
|
|
|
public interface IGenericSystemService
|
|
{
|
|
string GetCurrentAppVersion();
|
|
} |