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