예제 #1
0
 public Boolean resubmitPO(string poId, string clerkComment)
 {
     poda = new PurchaseOrderDA();
     return(poda.resubmitPO(poId, clerkComment));
 }