示例#1
0
 public int ApprovePurchaseOrder(int id)//
 {
     return(_iSalesRepository.ApprovePurchaseOrder(id));
 }