예제 #1
0
 //ScanItem presumes that when scanning the item an SKU is provided to use as a search
 public Item ScanItem(string SKU)
 {
     return(_checkoutRepository.GetItem(SKU));
 }