Ejemplo n.º 1
0
 public LoteService(ILoteRepository loteRepository, INotaIngresoAlmacenRepository notaIngresoAlmacenRepository, ICorrelativoRepository correlativoRepository, IMapper mapper)
 {
     _ILoteRepository = loteRepository;
     _INotaIngresoAlmacenRepository = notaIngresoAlmacenRepository;
     _ICorrelativoRepository        = correlativoRepository;
     _Mapper = mapper;
 }
 public NotaIngresoAlmacenService(INotaIngresoAlmacenRepository notaIngresoAlmacenRepository, ISocioFincaCertificacionRepository socioFincaCertificacionRepository, IMaestroRepository maestroRepository, IGuiaRecepcionMateriaPrimaRepository guiaRecepcionMateriaPrimaRepository, ICorrelativoRepository correlativoRepository)
 {
     _INotaIngresoAlmacenRepository        = notaIngresoAlmacenRepository;
     _IGuiaRecepcionMateriaPrimaRepository = guiaRecepcionMateriaPrimaRepository;
     _ICorrelativoRepository             = correlativoRepository;
     _IMaestroRepository                 = maestroRepository;
     _ISocioFincaCertificacionRepository = socioFincaCertificacionRepository;
 }