コード例 #1
0
 public int GetTotalParticipationNumberBySite(Guid siteId)
 {
     return(_participationRepository.GetCountBySite(siteId));
 }