示例#1
0
 public DapperBase(IDatabaseConfig databaseConfig)
 {
     _connString = databaseConfig.ConnectionString();
 }