6 lines
127 B
C#
6 lines
127 B
C#
namespace SteUp.Shared.Core.Interface.System;
|
|
|
|
public interface IGenericSystemService
|
|
{
|
|
string GetCurrentAppVersion();
|
|
} |