コード例 #1
0
 public void AddProductToRecentViewed(RecentVisitedProduct model)
 {
     _sliderRepository.AddProductToRecentViewed(model);
 }