Ejemplo n.º 1
0
 public int GetPurchaseIdByPOReference(string poReference)
 {
     return(_iSalesInvoiceRepository.GetPurchaseIdByPOReference(poReference));
 }