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

            var jsonResult = SerializeObjectToJson(results);

            return(jsonResult);
        }