public CommentService(TwikkerContext context) { this.context = context; }
public PostService(TwikkerContext context) { this.context = context; }
public UserTextService(TwikkerContext context) { this.context = context; }
public ReactionService(TwikkerContext context) { this.context = context; }