public Repository(WriteContext context) { _context = context; }
public BarbecueRepository(WriteContext context) : base(context) { }