Ejemplo n.º 1
0
 /// <summary>
 /// Creates a DbConnectionPool to be used in tests.
 /// </summary>
 /// <returns>A DbConnectionPool to be used in tests.</returns>
 public static DbConnectionPool CreateConnectionPool()
 {
     return(new MySqlDbConnectionPool(TestDb.GetConnectionString()));
 }