Пример #1
0
 public RequisitosController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }
 public BugsController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }
Пример #3
0
 public HomeController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }
 public ProjetosController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }
 public DesenvolvedoresController(GerenciaContext ctx)
 {
     this.ctx = ctx;
 }