public HelperTipoEntrada(ITipoEntradaServicio tipoEntradaServicio, IHelperBeneficioEntrada helperBeneficioEntrada)
 {
     _tipoEntradaServicio    = tipoEntradaServicio;
     _helperBeneficioEntrada = helperBeneficioEntrada;
 }
 public TipoEntradaController(ITipoEntradaServicio tipoEntradaServicio, IHelperBeneficioEntrada helperBeneficioEntrada, IHelperEmpresa helperEmpresa)
 {
     _tipoEntradaServicio    = tipoEntradaServicio;
     _helperBeneficioEntrada = helperBeneficioEntrada;
     _helperEmpresa          = helperEmpresa;
 }