Beispiel #1
0
 private void OnListingLatestProducts(object sender, HomeEventArgs e)
 {
     this.View.Model.LatestProducts = this.productsService.GetLatestProducts(e.Amount);
 }