Example #1
0
 public InstitucionController()
 {
     _instiRepo = new InstitucionRepository();
 }
Example #2
0
 public InstitucionService()
 {
     institucionRepository = new InstitucionRepository();
 }