private DapperConfiguration()
 {
     ContainerCustomisations = new ContainerCustomisations();
     Providers  = new Dictionary <string, IConnectionStringProvider>();
     Assemblies = new List <Assembly>();
     DefaultConnectionStringName = "__Default";
     Instance = null;
 }
Esempio n. 2
0
 private DapperConfiguration()
 {
     ContainerCustomisations = new ContainerCustomisations();
     Assemblies2             = new List <Assembly>();
 }