Ejemplo n.º 1
0
        protected DataTable GetAgencyLocationDetails(int AgencyLocationId)
        {
            DataTable dtAgencyLocation = new DataTable();

            dtAgencyLocation = AgencyLogic.GetAgencyLocationForGeoSearch(AgencyLocationId);

            return(dtAgencyLocation);
        }