|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
Interface for a service to manage pages in the application. More...
Public Member Functions | |
| Type | GetPageType (string key) |
| Get the page type for a given key. | |
| Page | GetPage (string key) |
| Get the page instance for a given key. | |
Interface for a service to manage pages in the application.
Definition at line 8 of file IPageService.cs.
| Page Vereinsmeisterschaften.Contracts.Services.IPageService.GetPage | ( | string | key | ) |
Get the page instance for a given key.
| key | Page key |
Implemented in Vereinsmeisterschaften.Services.PageService.
| Type Vereinsmeisterschaften.Contracts.Services.IPageService.GetPageType | ( | string | key | ) |
Get the page type for a given key.
| key | Key for the page |
| ArgumentException | Thrown when the page with the key wasn't found. |
Implemented in Vereinsmeisterschaften.Services.PageService.