Exemplo n.º 1
0
 private BaseCommand _SaveCommand;          // to jest komenda to zapisu towaru
 #endregion Fields
 #region Constructor
 public JedenViewModel()
     : base()
 {
     fakturyEntities = new FakturyEntities(); // tworze polaczenie z baza danych
 }
Exemplo n.º 2
0
 public WszystkieViewModel()
 {
     fakturyEntities = new FakturyEntities();
 }