public static PriceFormatHelper GetInstance() { if( _instance == null) _instance = new PriceFormatHelper(); return _instance; }
public static PriceFormatHelper GetInstance() { if (_instance == null) { _instance = new PriceFormatHelper(); } return(_instance); }