public IdeaPresenter(UserTypeService userTypeService, SniService sniService, CommentConverter commentConverter) { _userTypeService = userTypeService; _sniService = sniService; _commentConverter = commentConverter; }
public CurrentUserConverter(SniService sniService) { _sniService = sniService; }