示例#1
0
 public bool Entry(PurchaseSupplier purchaseSupplier)
 {
     return(_purchaseRepository.Entry(purchaseSupplier));
 }
示例#2
0
 public bool Entry(Purchase purchase)
 {
     return(_purchaseRepository.Entry(purchase));
 }