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