Esempio n. 1
0
        public void AddProperty(string name, string value)
        {
            var property = StockLineProperty.Create(name, value);

            _properties.Add(property);
        }