Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
IPersistAndRestoreService.cs
1
namespace
Vereinsmeisterschaften.Contracts.Services
;
2
6
public
interface
IPersistAndRestoreService
7
{
11
void
RestoreData
();
12
16
void
PersistData
();
17
}
Vereinsmeisterschaften.Contracts.Services.IPersistAndRestoreService
Interface for a service to persist and restore application data.
Definition
IPersistAndRestoreService.cs:7
Vereinsmeisterschaften.Contracts.Services.IPersistAndRestoreService.RestoreData
void RestoreData()
Restores the application data from a file in the local application data folder.
Vereinsmeisterschaften.Contracts.Services.IPersistAndRestoreService.PersistData
void PersistData()
Persists the application data to a file in the local application data folder.
Vereinsmeisterschaften.Contracts.Services
Definition
IApplicationInfoService.cs:1
Vereinsmeisterschaften
Contracts
Services
IPersistAndRestoreService.cs
Generated on Sun Feb 22 2026 13:06:13 for Vereinsmeisterschaften by
1.13.2