AddCountry | Adds a Country as specified in the Country data structure. |
DeleteCountry | Deletes the country as specified in CountryParams object. |
GetCountry | Returns an instance of the Country data structure. |
GetCountryList | Returns a collection of CountryParams. |
GetDataInterface | Creates empty data structure. This means the structure contains the default setting/values of the database. |
GetDataInterfaceFromXMLFile | Creates data structure from specified XML file. |
GetDataInterfaceFromXMLString | Creates data structure from specified XML string. |
UpdateCountry | Update the specified Country with the updated data. |