Ejemplo n.º 1
0
 public AccountService(bARTDBContext dBContext, IMapper mapper)
 {
     _dBContext = dBContext;
     _mapper    = mapper;
 }
Ejemplo n.º 2
0
 public ContactService(bARTDBContext dBContext, IMapper mapper)
 {
     _dBContext = dBContext;
     _mapper    = mapper;
 }
Ejemplo n.º 3
0
 public IncidentService(bARTDBContext bBContext, IMapper mapper)
 {
     _bBContext = bBContext;
     _mapper    = mapper;
 }