Пример #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 CustomDeliverableRepository(ARMSContext context, IMapper mapper
                                    //EventRepository eventRepositor
                                    )
 {
     _context = context;
     _mapper  = mapper;
     //   _eventRepository=eventRepository;
 }
Пример #3
0
 public ArmsFinOverviewRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Пример #4
0
 public ConfigRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Пример #5
0
 public ARMSDataRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     this.CurrentContext = context;
     _cache = memoryCache;
 }
Пример #6
0
 public ArmsProjectRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     this._currentContext = context;
     _cache = memoryCache;
 }
Пример #7
0
 public ContactAgencyRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     this.CurrentContext = context;
     _cache = memoryCache;
 }
Пример #8
0
 public ArmsAdministrationCategoryRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper = mapper;
     _cache  = memoryCache;
 }
Пример #9
0
 public ArmsBudgetRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     _cache   = memoryCache;
     _context = context;
 }
Пример #10
0
 public ArmsEventUploadRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Пример #11
0
 public ArmsBudgetRepository(ARMSContext context)
 {
     _currentContext = context;
 }
Пример #12
0
 public ArmsFundingTypeRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Пример #13
0
 public ArmsPersonnelRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }