コード例 #1
0
 /// <summary>
 /// <see cref="ICheckout.CountAll"/>
 /// </summary>
 /// <returns>The total number of scanned products.</returns>
 public int CountAll()
 {
     return(checkout.CountAll());
 }