Beispiel #1
0
 public void Save() => ProductDB.SaveProducts(products);
Beispiel #2
0
 public void Save()
 {
     ProductDB.SaveProducts(this);
 }