public HomeController(GetUserInformation getUserInformation, GetUserTitle userTitle) { _getUserInformation = getUserInformation; _getUserTitle = userTitle; }
public BaseController() { _getUserInformation = new GetUserInformation(); _getUserTitle = new GetUserTitle(); }