Esempio n. 1
0
 public ELMAH_ErrorRepository(Elmah.EntityFrameworkContext.ElmahModelEntities linqContext)
 {
     this.LinqContext = linqContext;
 }
 public ElmahStatusCodeRepository(Elmah.EntityFrameworkContext.ElmahModelEntities linqContext)
 {
     this.LinqContext = linqContext;
 }
Esempio n. 3
0
 public EFCoreDALFactory(Elmah.EntityFrameworkContext.ElmahModelEntities dbContext)
 {
     this.DbContext = dbContext;
 }
Esempio n. 4
0
 public ElmahApplicationRepository(Elmah.EntityFrameworkContext.ElmahModelEntities linqContext)
 {
     this.LinqContext = linqContext;
 }