Exemplo n.º 1
0
 public PlataformasController()
 {
     PlataformasRepository = new PlataformasRepository();
 }
Exemplo n.º 2
0
 public LancamentosController()
 {
     ILancamentosRepository = new LancamentosRepository();
     ICategoriasRepository  = new CategoriasRepository();
     IPlataformasRepository = new PlataformasRepository();
 }