public PostController(TechieContext context) { _context = context; }
public Repository(TechieContext context) : base(context) { }
public CommentController(TechieContext context) { _context = context; }
public AccountController(TechieContext context) { _context = context; }