Exemplo n.º 1
0
 public ActionResult LeatherIssueChecked(string issueId, string checkComment)
 {
     _vmMsg = DalObj.LeatherIssueChecked(Convert.ToInt32(issueId), checkComment, Convert.ToInt32(Session["UserID"]));
     return(Json(new { msg = _vmMsg }));
 }