예제 #1
0
 public TipoEventoController(ITipoEventoServicio tipoEventoRepos)
 {
     _tipoEventoRepos = tipoEventoRepos;
 }