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