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