Exemplo n.º 1
0
        public GetReview GetReviewById(GetReviewId input)
        {
            var       getReview = _reviewManager.GetReviewById(input.Id);
            GetReview output    = Mapper.Map <Review, GetReview>(getReview);

            return(output);
        }
Exemplo n.º 2
0
 public GetReview GetReviewById(GetReviewId input)
 {
     throw new NotImplementedException();
 }