Exemplo n.º 1
0
 public GuideDetailRating GetGuideDetail(string guideId)
 {
     return(userRepository.GetGuideDetail(guideId));
 }