Пример #1
0
 public InvoiceRepository(ARMSContext context, ArmsWarehouseContext whContext, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper     = mapper;
     _cache      = memoryCache;
     _context    = context;
     _wh_context = whContext;
 }
Пример #2
0
 public WarehouseRepository(ArmsWarehouseContext context)
 {
     this._wh_context = context;
 }