Commit 37e3afbb authored by Ovan Crone's avatar Ovan Crone

Removed extra code

parent 1ce3088d
......@@ -323,15 +323,4 @@ public static string GetNullableString(this SqlDataReader reader, int index)
return null;
}
}
public class TestSusanooDatabaseMananger : Susanoo.DatabaseManager
{
public TestSusanooDatabaseMananger(string connectionStringName)
: base(connectionStringName)
{
this.OpenConnection();
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment