コード例 #1
0
 public int GetCountByAll(string productType = null)
 {
     return(_receiptRepository.GetCountByAll(productType));
 }