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