예제 #1
0
 public ActionResult GetByOrderCarId(int ordercarId)
 {
     return(Json(_purchaseOrderDa.GetByOrderCarId(ordercarId)));
 }