Beispiel #1
0
 public CommentService(TwikkerContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public PostService(TwikkerContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public UserTextService(TwikkerContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public ReactionService(TwikkerContext context)
 {
     this.context = context;
 }