Esempio n. 1
0
 public PostService(PostManger postManager, ApplyService.ApplyService applyService)
 {
     _postManager  = postManager;
     _applyService = applyService;
 }
Esempio n. 2
0
 public ApplyController(PostService.PostService postService, UserInfoService userInfoService, ApplyService.ApplyService applyService)
 {
     _postService     = postService;
     _applyService    = applyService;
     _userInfoService = userInfoService;
 }