예제 #1
0
 public List <Favourite> GetAllByMember(Guid memberId)
 {
     return(_favouriteRepository.GetAllByMember(memberId));
 }