public GetPostsTransactionScript( AuthenticationService authenticationService, PostToBriefPostDTOMapper postToBriefPostDtoMapper) { _authenticationService = authenticationService; _postToBriefPostDtoMapper = postToBriefPostDtoMapper; }
public GetUserDetailsTransactionScript( AuthenticationService authenticationService, PostToBriefPostDTOMapper postToBriefPostDtoMapper, CommentToCommentDTOMapper commentToCommentDtoMapper) { _authenticationService = authenticationService; _postToBriefPostDtoMapper = postToBriefPostDtoMapper; _commentToCommentDtoMapper = commentToCommentDtoMapper; }