Advertisement
Guest User

rapport

a guest
Feb 28th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.36 KB | None | 0 0
  1.  #region List Commitments
  2.  
  3.         public IActionResult ListCommitments()
  4.         {
  5.             return View();
  6.         }
  7.  
  8.         public IActionResult ListCommitments_Read([DataSourceRequest] DataSourceRequest request)
  9.         {
  10.             return Json(VmListCommitmentsItem.Get().ToDataSourceResult(request));
  11.         }
  12.  
  13.         #endregion List Commitments
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement