示例#1
0
 public Favourite GetByMemberAndPost(Guid memberId, Guid postId)
 {
     return(_favouriteRepository.GetByMemberAndPost(memberId, postId));
 }