Ejemplo n.º 1
0
 public override object CreateDataContext()
 {
     return(new LoggingDomDbContext((b) => optionsFactory.Create(b), verbose));
 }