Ejemplo n.º 1
0
 public EESSController(ILaboratorioBl laboratorioBl, ILaboratorioExamenBl laboratorioExamenBl, ILaboratorioConverter laboratorioConverter, IExamenBl examenBl)
 {
     _laboratorioBl        = laboratorioBl;
     _laboratorioExamenBl  = laboratorioExamenBl;
     _laboratorioConverter = laboratorioConverter;
     _examenBl             = examenBl;
 }
Ejemplo n.º 2
0
 public ReporteResultadosController(ILaboratorioBl laboratorioBl, IReporteResultadosBl reporteResultadosBl)
 {
     _laboratorioBl       = laboratorioBl;
     _reporteResultadosBl = reporteResultadosBl;
 }
Ejemplo n.º 3
0
 public LaboratorioConverter(ILaboratorioBl laboratorioBl)
 {
     _laboratorioBl = laboratorioBl;
 }