public StashRepository(TCContext context) { _context = context; InitContextStuff(); }
public StashRepository() { _context = new TCContext(); InitContextStuff(); }