Exemplo n.º 1
0
 public int ApprovePurchaseOrder(int id)//
 {
     return(_iSalesRepository.ApprovePurchaseOrder(id));
 }