Ejemplo n.º 1
0
 public PeopleWhoBoughtThisAlsoBoughtViewModel CustomersAlsoBought(ProductVariant productVariant)
 {
     return(_peopleWhoBoughtThisService.GetAlsoBoughtViewModel(productVariant));
 }
Ejemplo n.º 2
0
 public override object GetModel(PeopleWhoBoughtThisAlsoBought widget)
 {
     return(_peopleWhoBoughtThisService.GetAlsoBoughtViewModel(CurrentRequestData.CurrentPage as Product));
 }