Example #1
0
 public IActionResult Index()
 {
     return(View(pdm.GetAll()));
 }
 public IActionResult OnGet()
 {
     PayRollVM = _payrollDm.GetAll();
     return(Page());
 }