Exemplo n.º 1
0
 public PostsController(Prid1920_g01Context context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public VotesController(Prid1920_g01Context context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public CommentsController(Prid1920_g01Context context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public UsersController(Prid1920_g01Context context)
 {
     _context     = context;
     _tokenHelper = new TokenHelper(context);
 }
Exemplo n.º 5
0
 public TokenHelper(Prid1920_g01Context context)
 {
     this._context = context;
 }