Exemple #1
0
 public void RemoveStockFromSale(int StockID, int UserID)
 {
     TransactionRepo.RemoveStockFromSale(StockID, UserID);
 }