Exemplo n.º 1
0
 public bool Entry(PurchaseSupplier purchaseSupplier)
 {
     return(_purchaseRepository.Entry(purchaseSupplier));
 }
Exemplo n.º 2
0
 public bool Entry(Purchase purchase)
 {
     return(_purchaseRepository.Entry(purchase));
 }