示例#1
0
 public ActionResult DeleteGRN(Guid GRNId)
 {
     gRNService.DeleteGRNById(GRNId);
     return(ViewGRNs());
 }