コード例 #1
0
ファイル: CommentService.cs プロジェクト: reviloxx/Twikker
 public CommentService(TwikkerContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public PostService(TwikkerContext context)
 {
     this.context = context;
 }
コード例 #3
0
ファイル: UserTextService.cs プロジェクト: reviloxx/Twikker
 public UserTextService(TwikkerContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public ReactionService(TwikkerContext context)
 {
     this.context = context;
 }