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
IPageService.cs
2
4
8public interface IPageService
9{
16 Type GetPageType(string key);
17
23 Page GetPage(string key);
24}
Interface for a service to manage pages in the application.
Type GetPageType(string key)
Get the page type for a given key.
Page GetPage(string key)
Get the page instance for a given key.