public LogDAO() { context = new EbbSEntities(); }
public UserDao() { context = new EbbSEntities(); commentDAO = new CommentDAO(); reportDAO = new ReportDAO(); }
public CategoryDao() { _context = new EbbSEntities(); }
public LogController() { logService = new LogService(); userService = new UserService(); db = new EbbSEntities(); }
public SecurityQuestionDao() { context = new EbbSEntities(); userDao = new UserDao(); }
public PostDAO() { context = new EbbSEntities(); commentDao = new CommentDAO(); }