Example #1
0
        public JsonResult GetAttachDepto(String tagClabe)
        {
            AttachmentHelper at  = new AttachmentHelper();
            var serializer       = new JavaScriptSerializer();
            var serializedResult = serializer.Serialize(at.GetAttachDepto(tagClabe));

            return(Json(serializedResult, JsonRequestBehavior.AllowGet));
        }