Example #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;
 }
Example #3
0
 public ArmsFinOverviewRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Example #4
0
 public ConfigRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Example #5
0
 public ARMSDataRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     this.CurrentContext = context;
     _cache = memoryCache;
 }
Example #6
0
 public ArmsProjectRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     this._currentContext = context;
     _cache = memoryCache;
 }
Example #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;
 }
Example #9
0
 public ArmsBudgetRepository(ARMSContext context, IMemoryCache memoryCache)
 {
     _cache   = memoryCache;
     _context = context;
 }
 public ArmsEventUploadRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Example #11
0
 public ArmsBudgetRepository(ARMSContext context)
 {
     _currentContext = context;
 }
Example #12
0
 public ArmsFundingTypeRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }
Example #13
0
 public ArmsPersonnelRepository(ARMSContext context, IMapper mapper, IMemoryCache memoryCache) : base(context)
 {
     _mapper  = mapper;
     _cache   = memoryCache;
     _context = context;
 }