コード例 #1
0
 public EmployeeBO getRequestorName(string requestorId)
 {
     poda = new PurchaseOrderDA();
     return(poda.getRequestorName(requestorId));
 }