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