public InvoiceRepository(ARMSContext context, ArmsWarehouseContext whContext, IMapper mapper, IMemoryCache memoryCache) : base(context) { _mapper = mapper; _cache = memoryCache; _context = context; _wh_context = whContext; }
public WarehouseRepository(ArmsWarehouseContext context) { this._wh_context = context; }