public SettingsRepo() { _context = new foodstuffsEntities(); }
public StoreRepo(IfoodstuffsEntities context) { _context = context; }
public SettingsRepo(IfoodstuffsEntities context) { _context = context; }
public StoreRepo() { _context = new foodstuffsEntities(); }