Exemplo n.º 1
0
        public ActionResult FetchCustomerRecord()
        {
            List <Dictionary <string, object> > custRecord = new List <Dictionary <string, object> >();

            custRecord = service.getCustomerRecord();
            return(Json(custRecord, JsonRequestBehavior.AllowGet));
        }