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