Exemplo n.º 1
0
 public void SetContextFactory(TblConnectionConfig connectionStrings)
 {
     DbContextFactory.AddChildContext(connectionStrings);
 }
Exemplo n.º 2
0
 public void SetContextFactory(ConnectionStrings connectionStrings)
 {
     DbContextFactory.AddChildContext(connectionStrings);
 }