// GET: AddItem public AddItemController() { _teamServices = new TeamServices(); _workstreamServices = new WorkstreamServices(); _categoryServices = new CategoryServices(); _subCategoryServices = new SubcategoryServices(); _goalServices = new GoalServices(); }
public HomeController() { _teamServices = new TeamsServices(); _wstreamServices = new WStreamsServices(); _categoryServices = new CategoryServices(); _subCategoryServices = new SubcategoryServices(); _agoalServices = new AGoalServices(); }