예제 #1
0
 public IActionResult ViewOrder(string oid)
 {
     ViewBag.Order = _orderManageService.GetOrderByOID(oid);
     return(View());
 }