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