Exemplo n.º 1
0
 public UsersController(TwoCentsDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 2
0
 public PetitionsController(TwoCentsDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 3
0
 public CommentsController(TwoCentsDbContext dbContext)
 {
     _dbContext = dbContext;
 }