Exemplo n.º 1
0
 public RequisitosController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }
 public BugsController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }
Exemplo n.º 3
0
 public HomeController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }
 public ProjetosController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }
 public DesenvolvedoresController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }