protected void Init(MensaDbContext ctx = null) { if (ctx != null) { this.ctx = ctx; this.disposeContext = false; } else { this.ctx = new MensaDbContext(); } }
internal MealDataManager(MensaDbContext ctx = null) { Init(ctx); }