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