Пример #1
0
 public void Add500Tickets()
 {
     _inventoryService.AddStockItems(1, 500);
     _connection.Close();
 }