Exemplo n.º 1
0
        public ActionResult NextPage(int DocId, int ProductTypeId)//CurrentHeaderId
        {
            var nextId = _Dimension1Service.NextId(DocId, ProductTypeId);

            return(Edit(nextId, ""));
        }
Exemplo n.º 2
0
        public ActionResult NextPage(int id, int ptypeid)//CurrentHeaderId
        {
            var nextId = _Dimension1Service.NextId(id, ptypeid);

            return(RedirectToAction("Edit", new { id = nextId }));
        }