public UnitOfWork() { _context = new PlannerContext(); }
public BaseRepository(PlannerContext context) { this._context = context; }