Exemplo n.º 1
0
 public SqlServices(IDbConfiguration configuration)
 {
     _configuration    = configuration;
     _connection       = _configuration.GetConnection();
     _mySqlConnection  = new MySqlConnection(_connection);
     _mySqlCommand     = _mySqlConnection.CreateCommand();
     _reportTranslator = new ReportTranslator();
 }