예제 #1
0
 private static IDbConnection GetConnection(DataOptions dataOptions)
 {
     return(DbConnectionExtensions.GetConnection(dataOptions));
 }