コード例 #1
0
 public Task <bool> Any(int postId)
 {
     return(_rateRepository.Any(x => x.PostId == postId));
 }