Class Province
public class Province
- Inheritance
-
Province
- Inherited Members
- Extension Methods
Constructors
Province()
public Province()
Properties
Code
public string Code { get; set; }
Property Value
Country
public string Country { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Translations
public string Translations { get; set; }