public ProjeVersiyonlariDAOBase(DbProviderType providerType, Inforce.Lib.DataAccess.DbType databaseType, string tableName, string connectionString)
     : base(providerType, databaseType, tableName, connectionString)
 {
 }
 public KullaniciDAOBase(DbProviderType providerType, Inforce.Lib.DataAccess.DbType databaseType, string tableName, string connectionString)
     : base(providerType, databaseType, tableName, connectionString)
 {
 }