Ejemplo n.º 1
0
 public TipoEventoController(ITipoEventoServicio tipoEventoRepos)
 {
     _tipoEventoRepos = tipoEventoRepos;
 }