Esempio n. 1
0
 //private readonly WisethingPortalContext _context;
 //private readonly IMapper _mapper;
 public SecurityQuestionRepository(WisethingPortalContext context, IMapper mapper) : base(context, mapper)
 {
     //_context = context;
     //_mapper = mapper;
 }
 public DeviceRepository(WisethingPortalContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public BaseRepository(WisethingPortalContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 4
0
 //private readonly WisethingPortalContext _context;
 //private readonly IMapper _mapper;
 public PaneRepository(WisethingPortalContext context, IMapper mapper) : base(context, mapper)
 {
     //_context = context;
     //_mapper = mapper;
 }