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