Example #1
0
        public ActionResult InvoiceSave(Receipts obj)
        {
            var re = InvoiceBLL.SaveOrUpdate(obj, Request.Files);

            return(Content(re.ToJson()));
        }