예제 #1
0
 public void AddStockItem(string name, decimal price, int inStock)
 {
     stockRepo.InsertStockItem(name, price, inStock);
 }