예제 #1
0
 public IProduct GetAvialable(string name, int amount)
 {
     return(_warehouse.GetProduct(name, amount));
 }