Ejemplo n.º 1
0
 public void RemoveStockFromPurchase(int StockID, int UserID)
 {
     TransactionRepo.RemoveStockFromPurchase(StockID, UserID);
 }