示例#1
0
 // get total sold item
 public int GetTotalSoldItems()
 {
     return(stockOutGateway.GetTotalSoldItems());
 }