예제 #1
0
 public void Remove(string reference, int quantity = 1)
 {
     cartAccess.Remove(reference, quantity);
 }