- ICountryProvider
ICountryProvider
Namespace: Middleware
Assembly: Middleware
Provides country data used throughout the website. This item must be implemented by the host application and made available via DI.Methods
GetAllCountries() | Retrieve all countries. |
GetVisibleCountries() | Retrieve a list of all visible (available) countries. |
CountryUpdate(Country) | Update a country. |
CountryDelete(Country) | Deletes a country. |
CountryCreate(String, String, Boolean) | Create a country. |