Esempio n. 1
0
 public int ApprovePurchaseOrder(int id)
 {
     return(_iPurchaseRepository.ApprovePurchaseOrder(id));
 }