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