Пример #1
0
        public ActionResult OnPostModify([FromBody] AllocateModify modify)
        {
            DataSet dstresult = new DataSet();

            dstresult = _transactionRepository.AllocateModify(HttpContext.Session.GetString("UserEmail"), modify.dbvalue);

            return(new JsonResult(dstresult));
        }