Exemple #1
0
 public UserController(IAuthProvider authProvider)
 {
     _postService    = new PostServiceClient();
     _friendService  = new FriendServiceClient();
     _userService    = new UserServiceClient();
     _authProvider   = authProvider;
     _commentService = new CommentServiceClient();
 }
 public UserController(IAuthProvider authProvider)
 {
     _postService = new PostServiceClient();
     _friendService = new FriendServiceClient();
     _userService = new UserServiceClient();
     _authProvider = authProvider;
     _commentService = new CommentServiceClient();
 }
 public CommentsController()
 {
     _commentService = new CommentServiceClient();
 }
 public CommentsController()
 {
     _commentService = new CommentServiceClient();
 }