Ejemplo n.º 1
0
 /// <summary>
 /// Constructor for a GeoCountry
 /// </summary>
 public GeoContinent()
 {
     _geoContinentDA = new GeoContinentDA();
     base.DataAccess = _geoContinentDA;
 }