Exemplo n.º 1
0
        public string ReportAccident(string lat, string log)
        {
            GetAccidentLocation objLocation = new GetAccidentLocation();
            string Response = objLocation.ReportAccident(log, lat);

            return(Response);
        }
Exemplo n.º 2
0
        public string ReportAccidentByLoc(string AccLoc)
        {
            GetAccidentLocation objLocation = new GetAccidentLocation();
            string Response = objLocation.ReportAccident(AccLoc);

            return(Response);
        }