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