generated from Integry/Template_NetMauiBlazorHybrid
10 lines
206 B
C#
10 lines
206 B
C#
namespace ConSegna.Shared.Core.Interfaces;
|
|
|
|
public interface IGenericSystemService
|
|
{
|
|
string GetCurrentAppVersion();
|
|
void OpenSettings();
|
|
void CloseApp();
|
|
|
|
DateTime DataApp { get; set; }
|
|
} |