示例#1
0
 public ActionResult LoadGRNVerifyItems()
 {
     return(View(gRNService.GetGRNsForApproval(currentStaff)));
 }