Exemplo n.º 1
0
 public QuantityParser(UnitAbbreviationsCache unitAbbreviationsCache)
 {
     _unitAbbreviationsCache = unitAbbreviationsCache ?? UnitAbbreviationsCache.Default;
     _unitParser             = new UnitParser(_unitAbbreviationsCache);
 }
Exemplo n.º 2
0
 static UnitParser()
 {
     Default = new UnitParser(UnitAbbreviationsCache.Default);
 }