Esempio n. 1
0
 public InvoiceRepository(ARMSContext context, ArmsWarehouseContext whContext, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper     = mapper;
     _cache      = memoryCache;
     _context    = context;
     _wh_context = whContext;
 }
 public CustomDeliverableRepository(ARMSContext context, IMapper mapper
                                    //EventRepository eventRepositor
                                    )
 {
     _context = context;
     _mapper  = mapper;
     //   _eventRepository=eventRepository;
 }
Esempio n. 3
0
 public ArmsFinOverviewRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Esempio n. 4
0
 public ConfigRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Esempio n. 5
0
 public ARMSDataRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     this.CurrentContext = context;
     _cache = memoryCache;
 }
Esempio n. 6
0
 public ArmsProjectRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     this._currentContext = context;
     _cache = memoryCache;
 }
Esempio n. 7
0
 public ContactAgencyRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     this.CurrentContext = context;
     _cache = memoryCache;
 }
 public ArmsAdministrationCategoryRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper = mapper;
     _cache  = memoryCache;
 }
Esempio n. 9
0
 public ArmsBudgetRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     _cache   = memoryCache;
     _context = context;
 }
Esempio n. 10
0
 public ArmsEventUploadRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Esempio n. 11
0
 public ArmsBudgetRepository(ARMSContext context)
 {
     _currentContext = context;
 }
Esempio n. 12
0
 public ArmsFundingTypeRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Esempio n. 13
0
 public ArmsPersonnelRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }