Example #1
0
 public UserController(SaymedbContext context)
 {
     this.context = context;
 }
Example #2
0
 public PostController(SaymedbContext context)
 {
     this.context = context;
 }
Example #3
0
 public CommentController(SaymedbContext context)
 {
     this.context = context;
 }
Example #4
0
 public AccountController(SaymedbContext context)
 {
     this.context = context;
 }
Example #5
0
 public LikeController(SaymedbContext context)
 {
     this.context = context;
 }
Example #6
0
 public SubscriptionController(SaymedbContext context)
 {
     this.context = context;
 }