Exemplo n.º 1
0
 public homeController(GreentableContext repo)
 {
     _repo = repo;
 }
Exemplo n.º 2
0
 public greencoinContoller(GreentableContext repo)
 {
     _repo = repo;
 }
Exemplo n.º 3
0
 public commentController(GreentableContext repo)
 {
     _repo = repo;
 }
Exemplo n.º 4
0
 public profileContoller(GreentableContext repo)
 {
     _repo = repo;
 }
Exemplo n.º 5
0
 public userController(GreentableContext repo)
 {
     _repo = repo;
 }