public PeopleWhoBoughtThisAlsoBoughtViewModel CustomersAlsoBought(ProductVariant productVariant) { return(_peopleWhoBoughtThisService.GetAlsoBoughtViewModel(productVariant)); }
public override object GetModel(PeopleWhoBoughtThisAlsoBought widget) { return(_peopleWhoBoughtThisService.GetAlsoBoughtViewModel(CurrentRequestData.CurrentPage as Product)); }