Esempio n. 1
0
        public GoodzilaCore(Enum.DbProviders DbProviders, string ConnectionString)
        {
            this.dbProviderType = DbProviders;

            AssignProviderToInterface();

            this.ConnectionString = ConnectionString;
        }
Esempio n. 2
0
        public GoodzilaCore(Enum.DbProviders DbProvider)
        {
            this.dbProviderType = DbProvider;

            AssignProviderToInterface();
        }