Esempio n. 1
0
 public NotificacionController(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }
 public McmaeCargaForDosBLL(BDLINEAUNOContext _context, IMapper _mapper)
 {
     this.context = _context;
     this.mapper  = _mapper;
 }
Esempio n. 3
0
 public ParametroValorBLL(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }
Esempio n. 4
0
 public RecursoBLL(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }
Esempio n. 5
0
 public MCTabOTBLL(BDLINEAUNOContext _context, IMapper _mapper)
 {
     this.context = _context;
     this.mapper  = _mapper;
 }
Esempio n. 6
0
 public McdetCargaForDosController(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }
 public PedidoTrabajoController(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }
Esempio n. 8
0
 public RecursoController(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }
Esempio n. 9
0
 public MCTabOTController(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }
 public McMaetrabajadorController(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }
Esempio n. 11
0
 public McdetCargaForDosDAL(BDLINEAUNOContext _context, IMapper _mapper)
 {
     this.context = _context;
     this.mapper  = _mapper;
 }
Esempio n. 12
0
 public McMaeTrabajadorBLL(BDLINEAUNOContext _context, IMapper _mapper)
 {
     context = _context;
     mapper  = _mapper;
 }