Ejemplo n.º 1
0
 public DrinkFactory()
 {
     _configReader  = new CSVReader();
     _configurables = _configReader.ReadConfigurations();
 }