public GoodzilaCore(Enum.DbProviders DbProviders, string ConnectionString) { this.dbProviderType = DbProviders; AssignProviderToInterface(); this.ConnectionString = ConnectionString; }
public GoodzilaCore(Enum.DbProviders DbProvider) { this.dbProviderType = DbProvider; AssignProviderToInterface(); }