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