Esempio n. 1
0
 public VMProduct()
 {
     repo = new ProductRepo();
     this.ListOfProducts = repo.GetProducts().ToList();
 }
Esempio n. 2
0
 public VMProduct() {
     repo = new ProductRepo();
     this.ListOfProducts = repo.GetProducts().ToList();
 }