Ejemplo n.º 1
0
 public CodigoEventoesController()
 {
     this._codigoService = new CodigoService(db);
     this._eventoService = new Service.Implementacion.EventoService(db);
 }
Ejemplo n.º 2
0
 public CodigoController()
 {
     context       = new SlsContext();
     CodigoService = new CodigoService(context);
     Mapper        = ConfigureAutoMapper.MapperConfiguration.CreateMapper();
 }