public IndexController(IUserServiceAgent userService, IPostServiceAgent postService, IDefaultsHelper defaultHelper) { _userServiceAgent = userService; _postServiceAgent = postService; _defaultHelper = defaultHelper; }
public MyProfileFeedController(IUserServiceAgent userProfileRepo, IPostServiceAgent postService) { _userServiceAgent = userProfileRepo; _postServiceAgent = postService; }