Gestito login

This commit is contained in:
2026-02-06 10:04:36 +01:00
parent ecafebae7f
commit 755f78ef9d
19 changed files with 373 additions and 555 deletions

View File

@@ -0,0 +1,6 @@
namespace SteUp.Shared.Core.Interface.System;
public interface IGenericSystemService
{
string GetCurrentAppVersion();
}