public PostController(PostService.PostService postService, UserInfoService userInfoService) { _postService = postService; _userInfoService = userInfoService; }
public ApplyController(PostService.PostService postService, UserInfoService userInfoService, ApplyService.ApplyService applyService) { _postService = postService; _applyService = applyService; _userInfoService = userInfoService; }