コード例 #1
0
 public bool IsExistInquiryOnOffering(int vkId, int offeringId)
 {
     return(_inquiryRepository.IsInquiredOffering(vkId, offeringId));
 }