Exemplo n.º 1
0
        public IHttpActionResult GetAllPotholes()
        {
            var pothole = potholeDAL.GetAllValidPotholes();

            return(Ok(pothole));
        }