Example #1
0
 public IrmaReviewRepository(IIrmaDbContext context, ILog log) : base((IrmaDbContext)context, log)
 {
 }
 public AdminCustomRepository(IIrmaDbContext context, ILog log) : base((IrmaDbContext)context, log)
 {
 }
Example #3
0
 public void Initialize()
 {
     FrameworkEnvironment.Configure();
     OapContext  = new IrmaOapDbContext(FrameworkEnvironment.Instance.Configuration.GetConnectionString());
     IrmaContext = new IrmaDbContext(FrameworkEnvironment.Instance.Configuration.GetConnectionString());
 }
Example #4
0
 public PobPersonnelRepository(IIrmaDbContext context, ILog log) : base((IrmaDbContext)context, log)
 {
 }
 public PeopleRepository(IIrmaDbContext context, ILog log) : base((IrmaDbContext)context, log)
 {
 }
Example #6
0
 public CriticalityRepository(IIrmaDbContext context, ILog log) : base((IrmaDbContext)context, log)
 {
 }
Example #7
0
 public IrmaCAPARepository(IIrmaDbContext context, ILog log, IIrmaOapDbContext oapContext) : base((IrmaDbContext)context, log)
 {
     oapDbContext = oapContext;
 }