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