예제 #1
0
 public bool HasWarning(int quantity)
 {
     return(itemDataAccess.HasWarning(quantity));
 }