Ejemplo n.º 1
0
        public ActionResult GetEstimateById(int id)
        {
            var results = EstimateData.GetEstimateById(id);

            var jsonResult = SerializeObjectToJson(results);

            return(jsonResult);
        }