Files
SteUP_Dotnet/SteUp.Shared/Core/Interface/System/IGenericSystemService.cs
2026-02-06 10:04:36 +01:00

6 lines
127 B
C#

namespace SteUp.Shared.Core.Interface.System;
public interface IGenericSystemService
{
string GetCurrentAppVersion();
}