Exemplo n.º 1
0
 public TopicController(CategoryService categoryService, TopicService topicService, CommentService commentService, ClientManager clientManager, UserVoteService userVoteService, UserCollectService userCollectService)
 {
     this.CategoryService    = categoryService;
     this.TopicService       = topicService;
     this.ClientManager      = clientManager;
     this.CommentService     = commentService;
     this.UserVoteService    = userVoteService;
     this.UserCollectService = userCollectService;
 }
Exemplo n.º 2
0
 public UserController(UserService userService, TopicService topicService, UserCollectService userCollectService)
 {
     this.UserService = userService;
     this.TopicService = topicService;
     this.UserCollectService = userCollectService;
 }
Exemplo n.º 3
0
 public UserController(UserService userService, TopicService topicService, UserCollectService userCollectService)
 {
     this.UserService        = userService;
     this.TopicService       = topicService;
     this.UserCollectService = userCollectService;
 }