//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; }
//private readonly WisethingPortalContext _context; //private readonly IMapper _mapper; public PaneRepository(WisethingPortalContext context, IMapper mapper) : base(context, mapper) { //_context = context; //_mapper = mapper; }