예제 #1
0
 public void AddStock(Stock stock)
 {
     throw new System.NotImplementedException();
 }
예제 #2
0
 public void UpdateStock(int stockId, Stock stock)
 {
     throw new System.NotImplementedException();
 }