예제 #1
0
        public string ReportAccident(string lat, string log)
        {
            GetAccidentLocation objLocation = new GetAccidentLocation();
            string Response = objLocation.ReportAccident(log, lat);

            return(Response);
        }
예제 #2
0
        public string ReportAccidentByLoc(string AccLoc)
        {
            GetAccidentLocation objLocation = new GetAccidentLocation();
            string Response = objLocation.ReportAccident(AccLoc);

            return(Response);
        }