misolutions

Controller

Oct 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1.  public JsonResult GetData()
  2.         {
  3.             int _StafPk = @LoginUser.GetLogin().STAF_FK;
  4.             List<LmsDisposal> DisposalList = cmdDB.GetAllList();
  5.             return Json(new { data = DisposalList }, JsonRequestBehavior.AllowGet);
  6.         }
Add Comment
Please, Sign In to add comment