Exemplo n.º 1
0
 public InstitucionController()
 {
     _instiRepo = new InstitucionRepository();
 }
Exemplo n.º 2
0
 public InstitucionService()
 {
     institucionRepository = new InstitucionRepository();
 }